Merge pull request #48 from edshot99/fix-notice-popup

fix notice popup text going out of box
This commit is contained in:
mandorinn 2024-12-13 17:58:13 -06:00 committed by GitHub
commit 1510803f54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;