summary refs log tree commit diff
path: root/webclient/mobile.css
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 18:03:57 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 18:03:57 +0000
commit19977b465913c3cb263d88884e16f9dc13f2a05e (patch)
tree6015e4155502d34fd8aa35fc32094d8c29981a0a /webclient/mobile.css
parentMerge branch 'release-v0.4.2' of github.com:matrix-org/synapse (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.5.0 (diff)
downloadsynapse-19977b465913c3cb263d88884e16f9dc13f2a05e.tar.xz
Merge branch 'release-v0.5.0' of github.com:matrix-org/synapse v0.5.0
Diffstat (limited to 'webclient/mobile.css')
-rw-r--r--webclient/mobile.css95
1 files changed, 0 insertions, 95 deletions
diff --git a/webclient/mobile.css b/webclient/mobile.css
deleted file mode 100644

index 6fa9221ccf..0000000000 --- a/webclient/mobile.css +++ /dev/null
@@ -1,95 +0,0 @@ -/*** Mobile voodoo ***/ -@media all and (max-device-width: 640px) { - - #messageTableWrapper { - margin-right: 0px ! important; - } - - .leftBlock { - width: 8em ! important; - font-size: 8px ! important; - } - - .rightBlock { - width: 0px ! important; - display: none ! important; - } - - .avatar { - width: 36px ! important; - } - - #header { - background-color: transparent; - } - - #headerContent { - padding-right: 5px; - } - - #headerContent button { - font-size: 8px; - } - - #messageTable, - #wrapper, - #controls { - max-width: 640px ! important; - } - - #headerUserId, - #roomHeader img, - #userIdCell, - #roomRecentsTableWrapper, - #usersTableWrapper, - .extraControls { - display: none; - } - - #buttonsCell { - width: 60px ! important; - padding-left: 20px ! important; - } - - #roomLogo { - display: none; - } - - .bubble { - font-size: 12px ! important; - min-height: 20px ! important; - } - - #roomHeader { - padding-top: 10px; - } - - #roomName { - font-size: 12px ! important; - margin-top: 0px ! important; - } - - .roomTopicSection { - display: none; - } - - #roomPage { - top: 40px ! important; - left: 5px ! important; - right: 5px ! important; - bottom: 70px ! important; - } - - #controlPanel { - height: 70px; - } - - /* stop zoom on select */ - select:focus, - textarea, - input - { - font-size: 16px ! important; - } - -}