Decreased pagination size on `screen-xs`
authorAlexander Ebert <ebert@woltlab.com>
Tue, 5 Sep 2017 09:36:54 +0000 (11:36 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 5 Sep 2017 09:37:01 +0000 (11:37 +0200)
Fixes #2409

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

index a47e318d4f047d58b73f20eca4607b401064771e..29433c120858a19745a01416748255289a15e838 100644 (file)
                                height: auto;
                                line-height: inherit;
                                width: auto;
+                               
+                               @include screen-xs {
+                                       padding: 0 6px;
+                               }
                        }
                        
                        &:not(:last-child) {
                                > a,
                                > span {
                                        padding: 4px 8px;
+                                       
+                                       @include screen-xs {
+                                               padding: 4px 6px;
+                                               
+                                               @include wcfFontSmall;
+                                       }
                                }
                        }