forked from GNUsocial/gnu-social
[PLUGINS][PinnedNotes] Replacing arbitary size values with common variables
This commit is contained in:
@@ -8,6 +8,6 @@
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
.feed.pinned {
|
.feed.pinned {
|
||||||
margin-top: 2em;
|
margin-top: var(--m);
|
||||||
margin-bottom: 6em;
|
margin-bottom: var(--m);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user