2022-01-16 16:04:56 +00:00
|
|
|
.pin-button-container {
|
|
|
|
-o-mask-image: url("/plugins/PinnedNotes/assets/icons/pin.svg");
|
|
|
|
-moz-mask-image: url("/plugins/PinnedNotes/assets/icons/pin.svg");
|
|
|
|
-webkit-mask-image: url("/plugins/PinnedNotes/assets/icons/pin.svg");
|
|
|
|
mask-image: url("/plugins/PinnedNotes/assets/icons/pin.svg");
|
|
|
|
}
|
|
|
|
.pin-button-container.pinned {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
.feed.pinned {
|
2022-01-17 03:06:40 +00:00
|
|
|
margin-top: var(--m);
|
|
|
|
margin-bottom: var(--m);
|
2022-01-16 16:04:56 +00:00
|
|
|
}
|