Notification Sidebar: Change height of notification list in order to match in diff screens

This commit is contained in:
Konstantinos Triantafyllou 2023-03-25 17:00:00 +02:00
parent a9f31d8307
commit fcff7ce540
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#notifications .notification-list ul {
overflow: auto;
padding: 20px @global-medium-gutter 20px 0;
height: calc(100% - 104px);
height: calc(100% - 150px);
}
#notifications .notification-list ul > li:nth-child(n+2){