From e883c6c449980d70e1d44346b748a081a5636900 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 1 Oct 2014 18:52:02 +0200 Subject: [PATCH] Image viewer mobile optimizations --- wcfsetup/install/files/style/imageViewer.less | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) 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; + } + } + } + } + } +} -- 2.20.1