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

Fix fullscreen mode

This commit is contained in:
Tim Düsterhus 2012-10-15 16:45:22 +02:00
parent fd75bf99ab
commit 2c63fd0658

View File

@ -336,30 +336,6 @@
}
}
html.fullscreen {
height: 100%;
overflow: hidden;
#pageHeader, #pageFooter {
display: none;
}
body {
height: 100%;
overflow: hidden;
#main {
height: 100%;
margin: 0;
padding: 0;
> div, .sidebar, #sidebarContainer {
height: 100%;
}
}
}
}
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) < 50%) {
background-color: lighten(@backgroundColor, lightness(@backgroundColor) / 2);
}
@ -372,3 +348,27 @@
background-color: darken(@backgroundColor, lightness(@backgroundColor) / 2);
}
}
html.fullscreen {
height: 100%;
overflow: hidden;
#tplChat {
height: 100%;
overflow: hidden;
#pageHeader, #pageFooter {
display: none;
}
#main {
height: 100%;
margin: 0;
padding: 0;
> div, .sidebar, #sidebarContainer {
height: 100%;
}
}
}
}