More whitespace tweaks, this time for follow notifications

This commit is contained in:
Darius Kazemi 2022-12-31 15:38:44 -08:00
parent 81f5857c6b
commit 6d155613aa
1 changed files with 7 additions and 1 deletions

View File

@ -1801,7 +1801,7 @@ a.account__display-name {
}
.notification__message {
padding: 16px;
padding: 8px 16px 16px 16px;
padding-bottom: 0;
cursor: default;
color: $darker-text-color;
@ -7770,6 +7770,12 @@ noscript {
}
}
.notification-follow {
.account {
padding: 4px 16px 8px 16px;
}
}
.notification,
.status__wrapper {
position: relative;