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;
|
box-sizing: border-box;
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -169,7 +169,7 @@ body.admin {
|
||||||
}
|
}
|
||||||
|
|
||||||
.funding-panel {
|
.funding-panel {
|
||||||
margin: 20px 0;
|
margin-top: 15px;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue