mirror of
https://github.com/funamitech/mastodon
synced 2024-12-03 01:09:08 +09:00
Fix inconsistent padding in glitch-soc's grouped notifications (#2784)
This commit is contained in:
parent
d55ecf4145
commit
2e63e802b3
@ -11046,7 +11046,7 @@ noscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-ungrouped {
|
.notification-ungrouped {
|
||||||
padding: 16px 24px;
|
padding: 10px 14px; // glitch: reduced padding
|
||||||
border-bottom: 1px solid var(--background-border-color);
|
border-bottom: 1px solid var(--background-border-color);
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
Loading…
Reference in New Issue
Block a user