mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
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 {
|
div.event-fixed-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0 0 auto;
|
inset: 0 0 auto;
|
||||||
height: 3rem;
|
height: 3.5rem;
|
||||||
padding: .25rem;
|
padding: .25rem;
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
box-sizing: border-box;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue