Fix inconsistent padding in glitch-soc's grouped notifications (#2784)

pull/2788/head
Claire 2024-07-19 12:13:50 +02:00 committed by GitHub
parent d55ecf4145
commit 2e63e802b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11046,7 +11046,7 @@ noscript {
}
.notification-ungrouped {
padding: 16px 24px;
padding: 10px 14px; // glitch: reduced padding
border-bottom: 1px solid var(--background-border-color);
&__header {