mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-17 15:51:51 +03:00
Small adjustments to notifications
This commit is contained in:
parent
d476dd8ffc
commit
894bfcc891
1 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
#notifications-page {
|
||||||
|
.notification {
|
||||||
|
content-visibility: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.notification {
|
.notification {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 16px !important;
|
padding: 16px !important;
|
||||||
|
@ -10,8 +16,8 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.notification.notification-mention {
|
.notification-type.notification-mention {
|
||||||
margin-top: 16px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
.only-mentions .notification:not(.notification-mention),
|
.only-mentions .notification:not(.notification-mention),
|
||||||
.only-mentions .timeline-empty {
|
.only-mentions .timeline-empty {
|
||||||
|
@ -139,7 +145,6 @@
|
||||||
max-height: 320px;
|
max-height: 320px;
|
||||||
filter: none;
|
filter: none;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
margin-top: calc(-16px - 1px);
|
|
||||||
border-color: var(--reply-to-color);
|
border-color: var(--reply-to-color);
|
||||||
box-shadow: 0 0 0 3px var(--reply-to-faded-color);
|
box-shadow: 0 0 0 3px var(--reply-to-faded-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue