adjust tooltip sizing

feature/font
AtelierSnek 2022-11-01 14:57:18 +11:00
parent dc76474951
commit cfa95a6df3
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ body a, body button {
} }
.tooltip .tooltiptext { .tooltip .tooltiptext {
width: 20ch; min-width: 16ch;
max-width: 40ch;
bottom: 95%; bottom: 95%;
left: 0; left: 0;
padding: 0.25ch; padding: 0.25ch;