mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
37 lines
497 B
CSS
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;
|
|
}
|