Rearrange home sidebars
This commit is contained in:
parent
3135a2a5ec
commit
715779653c
4 changed files with 5 additions and 1 deletions
BIN
app/soapbox/features/ui/components/features_panel.js
Normal file
BIN
app/soapbox/features/ui/components/features_panel.js
Normal file
Binary file not shown.
Binary file not shown.
|
@ -8,6 +8,10 @@
|
|||
box-sizing: border-box;
|
||||
background: var(--foreground-color);
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
|
@ -169,7 +169,7 @@ body.admin {
|
|||
}
|
||||
|
||||
.funding-panel {
|
||||
margin: 20px 0;
|
||||
margin-top: 15px;
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue