Skip to content

Commit

Permalink
styles: fix notification header
Browse files Browse the repository at this point in the history
Signed-off-by: lindwurm <[email protected]>
  • Loading branch information
lindwurm committed Oct 17, 2024
1 parent 59266a4 commit 3760c50
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions app/javascript/styles/mods/compact-padding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@
}

.notification-group__icon {
width: 24px;
width: 24px;
}

.notification-ungrouped__header {
margin-bottom: 4px;
padding-inline-start: 0;
margin-bottom: 0;
padding-inline-start: 0;
padding: 0 12px;
}

.notification-ungrouped, .notification-group {
Expand All @@ -73,8 +74,11 @@
.status__action-bar,
.status__content,
.video-player {
margin-inline-start: 0;
width: 100%;
margin-inline-start: 0;
width: 100%;
}
.status {
padding: 6px 8px;
}
}

Expand Down

0 comments on commit 3760c50

Please sign in to comment.