Finished up with profile tooltips and context-menus.

This commit is contained in:
rainbow napkin 2025-01-08 04:08:27 -05:00
parent 9a8def18d7
commit b56c9a3365
10 changed files with 370 additions and 335 deletions

View file

@ -194,6 +194,7 @@ span.user-entry{
margin: 0 1em 0 0.1em;
font-size: 1em;
width: fit-content;
user-select: none;
}
.whisper{

View file

@ -181,5 +181,5 @@ p.tooltip, h3.tooltip{
}
.context-menu button{
margin: 0.05em 0;
margin: 2px 0;
}