@samitouri / QOSami-HFS / commits / 5d5f61ea

fix: layout problem with tiles-mode every 100 items #767

Massimo Melina committed Oct 8, 2024 at 16:20 UTC 5d5f61ea56506061aac205c654d763be57bc42ed
1 file changed +3 -2
frontend/src/index.scss
+3 -2
@@ -622,8 +622,9 @@ button .icon + .label {
622 .entry-details {
623 font-size: 80%;
624 }
625 - &.page-separator::before {
626 - content: '';
625 + &.page-separator {
626 + margin-top: 0;
627 + &::before { content: ''; }
628 }
629 input[type=checkbox] {
630 margin: 0;