userStyles: lemmy

This commit is contained in:
He4eT 2024-04-16 16:08:40 +02:00
commit a7b2f69b23

View file

@ -4,6 +4,15 @@
border-radius: 0 !important; border-radius: 0 !important;
} }
/* Filter section */
.btn-check {
position: unset;
pointer-events: auto;
opacity: 0;
margin-left: -13px;
z-index: 1000;
}
/* Some air for post text. */ /* Some air for post text. */
#postContent { #postContent {
line-height: 1.5; line-height: 1.5;