fix: layout problem with tiles-mode every 100 items #767
Massimo Melina committed
Oct 8, 2024 at 16:20 UTC
5299872e0420927bcce690ae4b19906f12ccdc69
1 file changed
+3
-2
frontend/src/index.scss
+3
-2
@@ -634,8 +634,9 @@ form label+input { margin-top: .2em; }
634
.entry-details {
635
font-size: 80%;
636
}
637
- &.page-separator::before {
638
- content: '';
637
+ &.page-separator {
638
+ margin-top: 0;
639
+ &::before { content: ''; }
640
}
641
input[type=checkbox] {
642
margin: 0;