commit: 4d720974c385042d558bee4ac8b6dccf57cb347f
parent 23c5627639620704b9768412ad13b30e5bc14409
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 28 Apr 2022 16:36:53 +0300
minor fixes
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
@@ -20,9 +20,11 @@
padding: 0 0.5em;
}
- .button-default, .alert {
- line-height: 2em;
- width: 100%;
+ .timeline-heading {
+ .button-default, .alert {
+ line-height: 2em;
+ width: 100%;
+ }
}
}
}
diff --git a/src/panel.scss b/src/panel.scss
@@ -126,7 +126,7 @@
border-radius: $fallback--panelRadius $fallback--panelRadius 0 0;
border-radius: var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius) 0 0;
border-width: 0 0 1px 0;
- align-items: left;
+ align-items: start;
// panel theme
color: var(--panelText);
background-color: $fallback--bg;