Push out notifications when opening sidebar

This commit is contained in:
Torjus
2018-08-03 10:31:11 +02:00
parent 887621f264
commit b0b2e5c447
2 changed files with 20 additions and 6 deletions
+7 -2
View File
@@ -2,14 +2,19 @@
position: absolute;
z-index: 1010;
pointer-events: none;
top: 0;
right: 65px;
top: 45px;
right: 0;
bottom: 0;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
transition: right 0.3s;
&.toolarea-open {
right: 25%;
}
+desktop() {
padding: 10px;