[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
父節點 dbdf1d9b0b
當前提交 242fe3fd6e
簽署人: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

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