Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
26 changes: 5 additions & 21 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,15 @@
align-self: flex-start;
}

& > span.text,
& > a > span.text {
& > .rich-text--wrapper,
& > a > .rich-text--wrapper {
padding-left: 10px;
word-wrap: anywhere;
}
}

.notification-message,
.notification-full-message {
line-height: 20px;
padding-left: 42px; // 32px icon + 10px title padding
color: var(--color-text-maxcontrast);

Expand All @@ -149,32 +148,17 @@
width: 32px;
height: 32px;
display: flex;
}

.notification-message img,
.notification-full-message img,
.notification-subject img:not(.notification-icon) {
max-width: 32px;
max-height: 32px;
margin: 0 5px 5px 0;
body.theme--dark & {
filter: invert(1);
}
}

strong {
font-weight: bold;
opacity: 1;
}

.avatar-name-wrapper {
position: relative;
cursor: pointer;

.avatar {
vertical-align: middle;
display: inline-block;
margin: 0 5px 3px;
}
}

.notification-actions {
overflow: hidden;

Expand Down
Loading