print stylesheet

This commit is contained in:
rimu 2024-04-21 16:37:08 +12:00
parent 08be8e2a79
commit 03900b0f24
2 changed files with 18 additions and 0 deletions

View file

@ -25,4 +25,13 @@
.div.navbar { .div.navbar {
border-bottom: none; border-bottom: none;
} }
.limit_height {
overflow: visible!important;
max-height: initial;
}
.comment .show-more {
display: none;
}
} }

View file

@ -890,6 +890,15 @@ div.navbar {
.div.navbar { .div.navbar {
border-bottom: none; border-bottom: none;
} }
.limit_height {
overflow: visible !important;
max-height: initial;
}
.comment .show-more {
display: none;
}
} }
/*# sourceMappingURL=styles.css.map */ /*# sourceMappingURL=styles.css.map */