forked from rDrama/rDrama
1
0
Fork 0

add max-width to the hole-name on mobile just in case (based on having 2 notifs and with 16 char hole name (the max before alt font-size))

master
Aevann 2023-10-29 16:52:32 +03:00
parent 42a7247514
commit d429d9f542
1 changed files with 1 additions and 0 deletions

View File

@ -7512,6 +7512,7 @@ p { /* DO NOT REMOVE */
@media (max-width: 768px) {
#hole-name {
font-size: max(14px, 1.2vw);
max-width: calc(100vw - 217px);
}
}