web/timeline: align fixed menu size with room header

This commit is contained in:
Tulir Asokan 2024-12-29 17:01:08 +02:00
parent 8fa54a5bea
commit f83b914af0

View file

@ -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;