firefox: shuffle the files

This commit is contained in:
He4eT 2026-05-29 05:26:34 +02:00 committed by Alexey
commit cdd5172652
6 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,37 @@
/* Turn off border radius. */
*,
.rounded {
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. */
#postContent {
line-height: 1.5;
}
.post-listing {
line-height: 2;
}
/* Tuning for https://lemmy.cafe */
#navbar {
margin-block-start: 16px;
}
#tagline {
display: none;
margin-block-end: 32px;
}
.post-listings {
margin-block-start: 48px;
}