mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 14:46:52 +09:00
Fix missing CSS for CW margins (#2891)
This commit is contained in:
parent
40b3c206e4
commit
e44a800887
@ -1922,6 +1922,14 @@ body > [data-popper-placement] {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.content-warning {
|
||||
margin-bottom: 16px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
Loading…
Reference in New Issue
Block a user