The button to remove a media stood too close to another
authorAlexander Ebert <ebert@woltlab.com>
Fri, 19 Jan 2018 14:28:02 +0000 (15:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 19 Jan 2018 14:28:02 +0000 (15:28 +0100)
wcfsetup/install/files/style/ui/media.scss

index 503fa156c8919e2adbc2159f7d7f79790b7d3894..189b815ca3be78ee202578a6097b28d5ceb815bf 100644 (file)
 .mediaManagerCategoryList {
        margin-bottom: 5px;
 }
+
+.button.jsMediaSelectButton + .button {
+       margin-left: 5px;
+}