mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
fix notice popup text going out of box
mostly affecting upload messages
This commit is contained in:
parent
6b3c4eeb90
commit
f6ca29f4b5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user