This commit is contained in:
Zef Hemel
2022-12-16 11:39:46 +01:00
parent 0d9966f56c
commit be83f305dd
3 changed files with 66 additions and 54 deletions
+12 -3
View File
@@ -52,10 +52,16 @@
max-width: 800px;
margin: auto;
font-size: 28px;
padding: 10px 20px;
padding: 10px 0;
display: flex;
flex-direction: row;
.wrapper {
width: 100%;
padding: 0 20px;
position: relative;
}
.sb-notifications {
position: absolute;
bottom: 0;
@@ -64,7 +70,7 @@
font-size: 15px;
z-index: 100;
> div {
>div {
padding: 3px;
margin-bottom: 3px;
border-radius: 5px;
@@ -94,6 +100,9 @@
.sb-actions {
text-align: right;
position: absolute;
right: 0;
top: 0;
}
}
@@ -159,4 +168,4 @@
margin: 0;
}
}
}
}