Skip to content

Commit

Permalink
fix(CS): Fix CSS code style
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jul 17, 2023
1 parent c6ab6f2 commit 1eca250
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 deletions js/notifications-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -377,17 +377,15 @@ export default {
.notification {
background-color: var(--color-main-background);
&::v-deep {
img.notification-icon {
display: flex;
width: 32px;
height: 32px;
filter: var(--background-invert-if-dark);
}
.rich-text--wrapper {
white-space: pre-wrap;
word-break: break-word;
}
:deep(img.notification-icon) {
display: flex;
width: 32px;
height: 32px;
filter: var(--background-invert-if-dark);
}
:deep(.rich-text--wrapper) {
white-space: pre-wrap;
word-break: break-word;
}
.notification-subject {
Expand Down

0 comments on commit 1eca250

Please sign in to comment.