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