fix notice popup text going out of box

mostly affecting upload messages
This commit is contained in:
edshot99 2024-12-13 08:15:27 -06:00
parent 6b3c4eeb90
commit f6ca29f4b5

View File

@ -2054,10 +2054,10 @@ if themep == classic {
} }
div#notice { div#notice {
background-color: var(--bg)!important; background-color: var(--bg)!important;
height: 2rem; /*height: 2rem;*/
width: 20%!important; /*width: 20%!important;*/
top: 3rem!important; top: 3rem!important;
left: 40%; /*left: 40%;*/
margin-inline: auto; margin-inline: auto;
position: absolute; position: absolute;
display:flex; display:flex;