Vertically center the article navigation icons
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 13:37:35 +0000 (15:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 13:37:35 +0000 (15:37 +0200)
wcfsetup/install/files/style/ui/article.scss

index 201e0d724b43803d01c6d97214f5296830cb35ee..7213bb36ffaeb69e8053ceab927fa87cecf735d6 100644 (file)
 }
 
 .articleNavigationArticleIcon {
+       align-self: center;
        grid-area: icon;
 }