mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-18 00:23:51 -05:00
Fixed non-status notification styling
This commit is contained in:
parent
bba75c15f1
commit
0c7ee5c792
@ -607,6 +607,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notification__message {
|
||||||
|
margin: -10px 0 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-favourite {
|
.notification-favourite {
|
||||||
@ -1151,7 +1155,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification__message {
|
.notification__message {
|
||||||
margin: -10px 0 10px;
|
margin-left: 68px;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user