1
0
Fork 0
forked from Mirrors/gomuks
nyxmuks/web/src/ui/timeline/EventMenu.css
Tulir Asokan a66c70c241 web/timeline: add hover menu for events
Includes pinning events and a `set_state` command in hicli
2024-10-25 01:50:16 +03:00

20 lines
324 B
CSS

div.context-menu {
position: absolute;
right: .5rem;
top: -1.5rem;
background-color: white;
border: 1px solid #ccc;
border-radius: .25rem;
display: flex;
gap: .25rem;
padding: .125rem;
> button {
padding: 0;
width: 2rem;
height: 2rem;
display: flex;
justify-content: center;
align-items: center;
}
}