1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix width in fullscreen mode

This commit is contained in:
Tim Düsterhus 2013-11-19 21:31:26 +01:00
parent 7468aa342e
commit 12d59d93e2

View File

@ -515,6 +515,8 @@ html.fullscreen {
height: 100%;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
> div, .sidebar, #sidebarContainer {
height: 100%;