mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
print stylesheet
This commit is contained in:
parent
08be8e2a79
commit
03900b0f24
2 changed files with 18 additions and 0 deletions
|
@ -25,4 +25,13 @@
|
|||
.div.navbar {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.limit_height {
|
||||
overflow: visible!important;
|
||||
max-height: initial;
|
||||
}
|
||||
|
||||
.comment .show-more {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -890,6 +890,15 @@ div.navbar {
|
|||
.div.navbar {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.limit_height {
|
||||
overflow: visible !important;
|
||||
max-height: initial;
|
||||
}
|
||||
|
||||
.comment .show-more {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
|
|
Loading…
Add table
Reference in a new issue