mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Merge pull request #48 from edshot99/fix-notice-popup
fix notice popup text going out of box
This commit is contained in:
commit
1510803f54
@ -2054,10 +2054,10 @@ if themep == classic {
|
||||
}
|
||||
div#notice {
|
||||
background-color: var(--bg)!important;
|
||||
height: 2rem;
|
||||
width: 20%!important;
|
||||
/*height: 2rem;*/
|
||||
/*width: 20%!important;*/
|
||||
top: 3rem!important;
|
||||
left: 40%;
|
||||
/*left: 40%;*/
|
||||
margin-inline: auto;
|
||||
position: absolute;
|
||||
display:flex;
|
||||
|
Loading…
Reference in New Issue
Block a user