Commit 33d0d930 authored by Vadim Makeev's avatar Vadim Makeev

Updates

parent c1575484
No preview for this file type
...@@ -15,11 +15,11 @@ Wait for the installation and choose the **material** option in the wizard and y ...@@ -15,11 +15,11 @@ Wait for the installation and choose the **material** option in the wizard and y
## Features ## Features
All theme’s features are demonstrated in the [index.html](index.html) file, [see it live](https://shwr.me/shower/themes/material/). Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/master/docs/features.md). All theme’s features are demonstrated in the [index.html](index.html) file, [see it live](https://shwr.me/shower/themes/material/). Use it as a reference while building your presentation. See more detailed [features overview](https://github.com/shower/shower/blob/main/docs/features.md).
## Ratios ## Ratios
Material theme supports any slide ratio you want. But it’s optimized for the most common ones: 16×9 and 4×3. It’s 16×9 by default, but you can change it by adjusting `--slide-ratio` property for `.shower`, [see example](https://github.com/shower/ribbon/blob/master/index.html#L10) in `index.html`. Material theme supports any slide ratio you want. But it’s optimized for the most common ones: 16×9 and 4×3. It’s 16×9 by default, but you can change it by adjusting `--slide-ratio` property for `.shower`, [see example](https://github.com/shower/ribbon/blob/main/index.html#L10) in `index.html`.
## Key color ## Key color
...@@ -27,7 +27,7 @@ By default Material theme is green, but you can easily change the key color by a ...@@ -27,7 +27,7 @@ By default Material theme is green, but you can easily change the key color by a
## PDF ## PDF
You can export slides to PDF by printing it via built-in dialog in Chromium-based browsers or via CLI tool. See [printing documentation](https://github.com/shower/shower/blob/master/docs/pdf.md) for more options. You can export slides to PDF by printing it via built-in dialog in Chromium-based browsers or via CLI tool. See [printing documentation](https://github.com/shower/shower/blob/main/docs/pdf.md) for more options.
## Development ## Development
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
var(--shower-list-block) var(--shower-list-block)
var(--shower-list-inline); var(--shower-list-inline);
overflow-x: hidden;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
display: grid; display: grid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment