[PLUGINS][PinnedNotes] Replacing arbitary size values with common variables

This commit is contained in:
2022-01-17 03:06:40 +00:00
committed by Hugo Sales
parent dbdf1d9b0b
commit 242fe3fd6e

View File

@@ -8,6 +8,6 @@
opacity: 1 !important;
}
.feed.pinned {
margin-top: 2em;
margin-bottom: 6em;
margin-top: var(--m);
margin-bottom: var(--m);
}