[PLUGINS][PinnedNotes] Replacing arbitary size values with common variables
This commit is contained in:
parent
dbdf1d9b0b
commit
242fe3fd6e
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user