fix an overly broad CSS selector for notifications

Unfortunately it was breaking some useful behaviour in the slide app
pull/1/head
ansuz 2019-11-05 11:19:44 -05:00
parent 9508c0ffb6
commit d4e6bc780b
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,9 @@
max-width: 300px;
display: flex;
flex-flow: column;
& hr {
margin: 0px !important;
}
.cp-notification {
min-height: @notif-height;
display: flex;
@ -40,9 +43,6 @@
}
}
}
hr {
margin: 0px !important;
}
.cp-notifications-gotoapp {
p {
padding: 10px 0 !important;