mirror of https://github.com/Chocobozzz/PeerTube
Fix notification icon position
parent
e8d246d526
commit
6e7e63b83f
|
@ -91,8 +91,3 @@ footer {
|
||||||
height: $footer-height;
|
height: $footer-height;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
simple-notifications {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1500;
|
|
||||||
}
|
|
||||||
|
|
|
@ -328,6 +328,8 @@ p-toast {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue