mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix width in fullscreen mode
This commit is contained in:
parent
7468aa342e
commit
12d59d93e2
@ -515,6 +515,8 @@ html.fullscreen {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
> div, .sidebar, #sidebarContainer {
|
> div, .sidebar, #sidebarContainer {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user