forked from projects/fipamo
notifcation state error fix
This commit is contained in:
parent
fbe285eec9
commit
810905326f
1 changed files with 1 additions and 2 deletions
|
@ -1580,14 +1580,13 @@ svg.icons {
|
|||
perspective: 1000px;
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
height: 55x;
|
||||
height: 55px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
margin-top: -55px;
|
||||
margin: 0;
|
||||
}
|
||||
#notifications #notifyMessage {
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue