fix an overly broad CSS selector for notifications
Unfortunately it was breaking some useful behaviour in the slide app
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user