forked from Mirrors/gomuks
web/timeline: align fixed menu size with room header
This commit is contained in:
parent
8fa54a5bea
commit
f83b914af0
1 changed files with 2 additions and 1 deletions
|
@ -22,9 +22,10 @@ div.event-hover-menu, div.event-fixed-menu {
|
|||
div.event-fixed-menu {
|
||||
position: fixed;
|
||||
inset: 0 0 auto;
|
||||
height: 3rem;
|
||||
height: 3.5rem;
|
||||
padding: .25rem;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
box-sizing: border-box;
|
||||
justify-content: right;
|
||||
flex-direction: row-reverse;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue