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

This commit is contained in:
Eliseu Amaro 2022-01-17 03:06:40 +00:00 committed by Hugo Sales
parent dbdf1d9b0b
commit 242fe3fd6e
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 2 additions and 2 deletions

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);
}