mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-19 03:04:27 +00:00
firefox: shuffle the files
This commit is contained in:
parent
90b0906311
commit
87406749cc
6 changed files with 6 additions and 0 deletions
37
firefox/userStyles/lemmy.css
Normal file
37
firefox/userStyles/lemmy.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue