Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Do not overwrite height values
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Dec 31, 2019
commit 406bc74d033e2d91e1785e12aa8684704f1d1891
5 changes: 0 additions & 5 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,15 @@
right: 13px;
width: 350px;
max-width: 90%;
min-height: 210px;
height: 210px;

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

.emptycontent {
padding: 50px 0;
margin: 0;
position: absolute;
top: 0;

@include icon-black-white('notifications-dark', 'notifications', 1);
}
Expand Down