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
Fix notification body text alignment and text contrast
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt authored and Backportbot committed Jul 17, 2019
commit f866b6a6d82ecd130afdd88aca014b868d97f4d7
3 changes: 2 additions & 1 deletion css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
.notification-message,
.notification-full-message {
line-height: 20px;
opacity: .57;
padding-left: 42px; // 32px icon + 10px title padding
color: var(--color-text-maxcontrast);

& > .collapsed {
overflow: hidden;
Expand Down