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

このコミットが含まれているのは:
Eliseu Amaro 2022-01-17 03:06:40 +00:00 committed by Hugo Sales
コミット 242fe3fd6e
署名者: someonewithpc
GPGキー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);
}