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

Este commit está contenido en:
Eliseu Amaro 2022-01-17 03:06:40 +00:00 cometido por Hugo Sales
padre dbdf1d9b0b
commit 242fe3fd6e
Firmado por: someonewithpc
ID de clave GPG: 7D0C7EAFC9D835A0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

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