Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjust notification wrapper to menu styles
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Dec 19, 2019
commit e015dfa89b58152f39368f7b5d41b4b7c395c7c1
4 changes: 2 additions & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
right: 13px;
width: 350px;
max-width: 90%;
min-height: 200px;
min-height: 210px;
height: 210px;

.notification-wrapper {
display: flex;
flex-direction: column;
overflow-y: auto;
max-height: 260px;
}

Expand Down