diff options
Diffstat (limited to 'res/css/mobile-view.css')
| -rw-r--r-- | res/css/mobile-view.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/res/css/mobile-view.css b/res/css/mobile-view.css index 5560818..1b4842e 100644 --- a/res/css/mobile-view.css +++ b/res/css/mobile-view.css @@ -17,19 +17,19 @@ .mobile-view #videowrap { padding-left: 0; padding-right: 0; + background-color: #171A1D; + margin-bottom: 10px; } .mobile-view #currenttitle { - display: inline; - background-color: transparent; - text-align: center; - border: none; + display: inline-block; + width: 100%; } .mobile-view #plcontrol { display: none; } -.mobile-view #leftcontrols { +/* .mobile-view #leftcontrols { text-align: center; -} +} */ .mobile-view #rightcontrols { text-align: center; } @@ -61,6 +61,12 @@ background: rgb(39, 43, 48) !important; margin-bottom: 0; } + #leftcontrols { + margin-bottom: 10px; + } + #extendplayer { + display: none; + } #chatwrap { width: 100% !important; margin-bottom: 0; |
