diff options
Diffstat (limited to 'webcards/styles/client/mobile.css')
-rw-r--r-- | webcards/styles/client/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webcards/styles/client/mobile.css b/webcards/styles/client/mobile.css index 1afc4fb..ed2e19d 100644 --- a/webcards/styles/client/mobile.css +++ b/webcards/styles/client/mobile.css @@ -10,6 +10,10 @@ display: none; } + div.chat { + display: none; + } + /* TopBar for mobile */ |