From 12d59d93e2e66061e76a22cfa60402e68e25a709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 19 Nov 2013 21:31:26 +0100 Subject: [PATCH] Fix width in fullscreen mode --- file/style/be.bastelstu.chat.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file/style/be.bastelstu.chat.less b/file/style/be.bastelstu.chat.less index 821bd24..3d921eb 100644 --- a/file/style/be.bastelstu.chat.less +++ b/file/style/be.bastelstu.chat.less @@ -515,6 +515,8 @@ html.fullscreen { height: 100%; margin: 0; padding: 0; + max-width: 100%; + width: 100%; > div, .sidebar, #sidebarContainer { height: 100%;