logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 58b82172836c71204c9c71f2aead284caf76b969
parent c3c120e91da987ecb54c7d743b6791f904b56f4d
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 31 May 2022 20:28:47 +0300

fix gap between panel heading and timeline menu

Diffstat:

Msrc/components/timeline/timeline_quick_settings.vue1-
Msrc/components/timeline_menu/timeline_menu.vue4++++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 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 @@ -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