Fix incorrect rendering of the content interaction buttons
authorMarcel Werk <burntime@woltlab.com>
Wed, 2 Aug 2023 13:12:44 +0000 (15:12 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 2 Aug 2023 13:12:44 +0000 (15:12 +0200)
In the mobile view the buttons were displayed squashed.

wcfsetup/install/files/style/layout/content.scss

index 46a57abfaff5de8c1624be1a22b702270bd7e143..f1a718bf230b4dc45ac77223f4f170e6e0225d14 100644 (file)
@@ -488,13 +488,13 @@ fieldset {
 
 .contentInteractionShareButton {
        display: flex;
-       flex: 1 auto;
+       flex: 1 auto;
        margin-left: 5px;
 }
 
 .contentInteractionDropdown {
        display: flex;
-       flex: 1 auto;
+       flex: 1 auto;
        margin-left: 5px;
 
        .dropdownToggle {