Notification Sidebar: Change height of notification list in order to match in diff screens
This commit is contained in:
parent
a9f31d8307
commit
fcff7ce540
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue