collapse notifications and also allow expand on click anywhere
This commit is contained in:
parent
a6c844e522
commit
0b9b7a51a6
5 changed files with 23 additions and 3 deletions
|
|
@ -1,10 +1,17 @@
|
|||
// TODO Copypaste from Status, should unify it somehow
|
||||
.NotificationParent {
|
||||
&.-expandable {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.Notification {
|
||||
border-bottom: 1px solid;
|
||||
border-color: var(--border);
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
|
||||
|
||||
&.Status {
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
background-color: transparent !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue