Skip to content

Commit

Permalink
Reduce padding for notifications column
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 1, 2024
1 parent 50136fb commit 3911183
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2631,6 +2631,15 @@ ul.link-list li a .icon {
}
#columns > * {
padding: 0 16px;

&:is(#notifications-page) {
padding-inline: 0;

.timeline-deck > header {
margin-inline: 16px;
}
}

border-inline: var(--hairline-width) solid var(--bg-faded-color);
/* border-radius: 16px; */
/* box-shadow: -4px 0 16px -8px var(--drop-shadow-color); */
Expand Down

0 comments on commit 3911183

Please sign in to comment.