forked from AkkomaGang/akkoma-fe
fix gap between panel heading and timeline menu
This commit is contained in:
parent
c3c120e91d
commit
58b8217283
2 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,6 @@
|
|||
<style lang="scss">
|
||||
|
||||
.TimelineQuickSettings {
|
||||
align-self: stretch;
|
||||
|
||||
> button {
|
||||
line-height: 100%;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue