More whitespace tweaks, this time for follow notifications
This commit is contained in:
parent
81f5857c6b
commit
6d155613aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue