diff options
| author | Austin Riddell <53499821+aus-tin@users.noreply.github.com> | 2020-05-19 10:37:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 18:37:35 +0300 |
| commit | d88e6d0f80211b2ace5595af9931b997eb4c6bc4 (patch) | |
| tree | 12d9a63b404c1af3e6cec9a6c19d91d55473c81f /res/css/mobile-view.css | |
| parent | 9168f9d5a8a6333e45309fdeabb2f71a368a5fce (diff) | |
Major frontend redesign (#5)
* Major frontend redesign
* Some improvements
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'res/css/mobile-view.css')
| -rw-r--r-- | res/css/mobile-view.css | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/res/css/mobile-view.css b/res/css/mobile-view.css deleted file mode 100644 index 1b4842e..0000000 --- a/res/css/mobile-view.css +++ /dev/null @@ -1,83 +0,0 @@ -/* Mobile view */ - -.mobile-view .navbar { - display: none; -} -.mobile-view #mainpage { - padding-top: 0; -} -.mobile-view #messagebuffer :nth-child(n+5):last-child { - margin-bottom: 0; -} -.mobile-view #chatwrap { - padding-left: 0; - padding-right: 0; - margin-bottom: 0; -} -.mobile-view #videowrap { - padding-left: 0; - padding-right: 0; - background-color: #171A1D; - margin-bottom: 10px; -} -.mobile-view #currenttitle { - display: inline-block; - width: 100%; -} -.mobile-view #plcontrol { - display: none; -} -/* .mobile-view #leftcontrols { - text-align: center; -} */ -.mobile-view #rightcontrols { - text-align: center; -} -.mobile-view #videocontrols { - float: none !important; - width: 100%; -} -.mobile-view #extendplayer { - display: none; -} -.mobile-view #videocontrols .btn { - width: 20%; -} -/* .mobile-view .btn-xs { - padding: 4px 5px; -} */ -.mobile-view #rightpane-inner { - padding-left: 0; - padding-right: 0; -} -.mobile-view #wrap { - padding-bottom: 0; - margin-bottom: 0; -} - -@media (max-width:767px) { - .navbar { - border-color: #272b30 !important; - background: rgb(39, 43, 48) !important; - margin-bottom: 0; - } - #leftcontrols { - margin-bottom: 10px; - } - #extendplayer { - display: none; - } - #chatwrap { - width: 100% !important; - margin-bottom: 0; - } - #videowrap { - width: 100% !important; - } - .gutter.gutter-horizontal { - display: none; - } - #currenttitle { - display: none; - } -} |
