aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/renderer.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 5a85c35..9fa977e 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -489,11 +489,12 @@ fn css(color_scheme: &themes::ColorScheme) -> Markup {
background: {back_button_background_hover};
}}
.toolbar {{
- margin-top: 2rem;
display: flex;
justify-content: space-between;
+ flex-wrap: wrap;
}}
.download {{
+ margin-top: 1rem;
padding: 0.125rem;
display: flex;
flex-direction: row;
@@ -516,6 +517,7 @@ fn css(color_scheme: &themes::ColorScheme) -> Markup {
margin-right: 1rem;
}}
.upload {{
+ margin-top: 1rem;
display: flex;
justify-content: flex-end;
}}