From: Marcel Werk Date: Wed, 1 Oct 2014 16:52:02 +0000 (+0200) Subject: Image viewer mobile optimizations X-Git-Tag: 2.1.0_Alpha_1~288 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e883c6c449980d70e1d44346b748a081a5636900;p=GitHub%2FWoltLab%2FWCF.git Image viewer mobile optimizations --- diff --git a/wcfsetup/install/files/style/imageViewer.less b/wcfsetup/install/files/style/imageViewer.less index 7eb837e21e..1ee20b005e 100644 --- a/wcfsetup/install/files/style/imageViewer.less +++ b/wcfsetup/install/files/style/imageViewer.less @@ -548,3 +548,32 @@ } } } + +@media only screen and (max-width: 800px) { + .wcfImageViewer { + > header { + height: 80px; + + > .wcfImageViewerButtonClose { + right: 16px; + top: 16px; + } + } + + > footer { + height: 80px; + + > div { + height: 60px; + + > ul { + height: 60px; + + > li { + height: 60px; + } + } + } + } + } +}