aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-31 20:28:47 +0300
committerHenry Jameson <me@hjkos.com>2022-05-31 20:28:47 +0300
commit58b82172836c71204c9c71f2aead284caf76b969 (patch)
tree8765d8ca19eaedb35cd5b36e9955d38f810b525b /src
parentc3c120e91da987ecb54c7d743b6791f904b56f4d (diff)
fix gap between panel heading and timeline menu
Diffstat (limited to 'src')
-rw-r--r--src/components/timeline/timeline_quick_settings.vue1
-rw-r--r--src/components/timeline_menu/timeline_menu.vue4
2 files changed, 4 insertions, 1 deletions
diff --git a/src/components/timeline/timeline_quick_settings.vue b/src/components/timeline/timeline_quick_settings.vue
index 5efc5d7c..98fab926 100644
--- a/src/components/timeline/timeline_quick_settings.vue
+++ b/src/components/timeline/timeline_quick_settings.vue
@@ -93,7 +93,6 @@
<style lang="scss">
.TimelineQuickSettings {
- align-self: stretch;
> button {
line-height: 100%;
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue
index 8f14093f..61119482 100644
--- a/src/components/timeline_menu/timeline_menu.vue
+++ b/src/components/timeline_menu/timeline_menu.vue
@@ -43,6 +43,10 @@
min-width: 0;
width: 24rem;
+ .popover-trigger-button {
+ vertical-align: bottom;
+ }
+
.timeline-menu-popover-wrap {
overflow: hidden;
// Match panel heading padding to line up menu with bottom of heading