Fixed tooltips.

This commit is contained in:
Mike Cao 2023-02-07 22:17:55 -08:00
parent a7cad0190c
commit 87bbaa7f1d
6 changed files with 19 additions and 48 deletions

View file

@ -25,9 +25,14 @@
}
.icon {
position: absolute;
right: 0;
visibility: hidden;
position: absolute;
right: -10px;
border-radius: 100%;
color: var(--base50);
background: var(--base800);
height: 20px;
width: 20px;
}
.minimized.navbar {