mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 00:08:06 +01:00
Fix missing CSS for CW margins (#2891)
This commit is contained in:
parent
40b3c206e4
commit
e44a800887
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue