fix an overly broad CSS selector for notifications

Unfortunately it was breaking some useful behaviour in the slide app
This commit is contained in:
ansuz
2019-11-05 11:19:44 -05:00
parent 9508c0ffb6
commit d4e6bc780b

View File

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