Started work on userlist profile tooltips and context menus.

This commit is contained in:
rainbow napkin 2025-01-07 01:42:54 -05:00
parent 9df7f52e9e
commit 9a8def18d7
16 changed files with 372 additions and 22 deletions

View file

@ -161,8 +161,25 @@ div.tooltip{
min-width: 1em;
min-height: 1em;
padding: 0.5em;
z-index: 20;
}
p.tooltip, h3.tooltip{
margin: 0 auto;
}
/* context menu */
.context-menu{
display: flex;
flex-direction: column;
align-items: stretch;
}
.context-menu h2{
margin: 0;
text-align: center;
}
.context-menu button{
margin: 0.05em 0;
}