Slightly increase the gap between pagination items
authorAlexander Ebert <ebert@woltlab.com>
Wed, 22 Nov 2023 14:41:52 +0000 (15:41 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 22 Nov 2023 14:41:52 +0000 (15:41 +0100)
See https://www.woltlab.com/community/thread/303057-pagination-style-suggestion/

wcfsetup/install/files/style/ui/pagination.scss

index 0d63674a352787f5b7c2ffc6fe9c29e345d4a1f9..38de030562bc87aaf5b6f3e2dbf316a92a6cc38f 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .pagination {
-       --column-gap: 1px;
+       --column-gap: 2px;
 
        column-gap: var(--column-gap);
        display: inline-grid;