dotfiles/userStyles/lemmy.css
2024-04-16 16:08:40 +02:00

37 lines
497 B
CSS

/* 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;
}