mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Notifications list updates
Conflicts: MediaBrowser.WebDashboard/dashboard-ui/notificationlist.html
This commit is contained in:
parent
03a78537a6
commit
1c0b553e3d
2 changed files with 19 additions and 8 deletions
|
@ -84,7 +84,16 @@
|
|||
}
|
||||
|
||||
.btnMarkReadContainer, .btnNotificationListContainer {
|
||||
padding: .5em;
|
||||
padding: 0 .5em;
|
||||
}
|
||||
|
||||
.notificationsList {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.notificationsList .flyoutNotification {
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.imgNotification, .imgNotificationInner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue