tooltip improvements

This commit is contained in:
booploops 2022-03-10 01:06:51 -08:00
parent 40c8925193
commit 37fd116f01
10 changed files with 9775 additions and 377 deletions

View file

@ -7,7 +7,13 @@
background: var(--keyColor);
}
.tooltip-inner {
background: #2f2f2f;
opacity: 1;
border: 1px solid rgb(0 0 0 / 35%);
transition: all 0.3s ease-in-out;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.modal-fullscreen {
display: flex;