@samitouri / QOSami-HFS / commits / ffb2b33f

fix: bad layout of comments in tiles-mode

Massimo Melina committed Mar 28, 2024 at 22:37 UTC ffb2b33fe486af0e9b6e4b1bb3e90e94ae5fe9bc
1 file changed +9
frontend/src/index.scss
+9
@@ -634,6 +634,15 @@ button .icon + .label {
634 padding-bottom: 0.3em;
635 }
636 }
637 + .entry-comment {
638 + max-height: 1.2em;
639 + overflow: hidden;
640 + margin: 0;
641 + &:hover {
642 + max-height: none;
643 + overflow: auto;
644 + }
645 + }
646 }
647 }
648 .entry-size::after {