[Glitch] Add follow_request notification type
Port 911cc14481
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
@ -232,7 +232,9 @@
|
||||
}
|
||||
|
||||
.notif-cleaning {
|
||||
.status, .notification-follow {
|
||||
.status,
|
||||
.notification-follow,
|
||||
.notification-follow-request {
|
||||
padding-right: ($dismiss-overlay-width + 0.5rem);
|
||||
}
|
||||
}
|
||||
@ -256,7 +258,8 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.notification-follow {
|
||||
.notification-follow,
|
||||
.notification-follow-request {
|
||||
position: relative;
|
||||
|
||||
// same like Status
|
||||
|
Reference in New Issue
Block a user