Revert "Decreased pagination size on `screen-xs`"
authorMarcel Werk <burntime@woltlab.com>
Thu, 7 Dec 2017 16:58:15 +0000 (17:58 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 7 Dec 2017 16:58:47 +0000 (17:58 +0100)
This reverts commit 95b431043005a36ca266736c26bc08e678539c51.

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

index 29433c120858a19745a01416748255289a15e838..a47e318d4f047d58b73f20eca4607b401064771e 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;
-                                       }
                                }
                        }