From 918035a17ec9fa4dc7ae2c0d9a60f573f13deb4b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 7 Oct 2013 14:24:00 +0200 Subject: [PATCH] Mobile optimization --- wcfsetup/install/files/style/attachment.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/attachment.less b/wcfsetup/install/files/style/attachment.less index b7b56fbdf8..1fc0ec4d43 100644 --- a/wcfsetup/install/files/style/attachment.less +++ b/wcfsetup/install/files/style/attachment.less @@ -87,9 +87,7 @@ padding-bottom: @wcfGapSmall; > li { - float: left; min-height: 60px; - width: 33%; > div { > div { @@ -118,6 +116,15 @@ } } +@media only screen and (min-width: 801px) { + .formAttachmentList { + > li { + float: left; + width: 33%; + } + } +} + .box48 .attachmentTinyThumbnail { max-height: 48px; max-width: 48px; -- 2.20.1