diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-06 06:06:27 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-06 06:06:27 +0300 |
| commit | 39767a4b71de751c2b4ee672c3985f52a62e039b (patch) | |
| tree | 33d61d6f2a60f5439c5b8cdc3c5ad848d501bd9b /res/css | |
| parent | 0d8168027c993e9ebea97b8f24c87740378b5d10 (diff) | |
Minor improvements
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 4 | ||||
| -rw-r--r-- | res/css/des.css | 4 | ||||
| -rw-r--r-- | res/css/mobile-view.css | 18 |
3 files changed, 16 insertions, 10 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index f5d1694..56c53b2 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -93,8 +93,8 @@ #smileswrap { display: none; background: rgba(0,0,0,0.7); - margin: 10px 15px; - width: 98%; + margin: 10px 0px; + width: 100%; max-height: 500px; overflow-y: scroll; padding: 5px; diff --git a/res/css/des.css b/res/css/des.css index 45cd8d5..3ee977b 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -744,9 +744,9 @@ textarea.form-control { .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active { z-index:2 } -.btn-group .btn+.btn { +/* .btn-group .btn+.btn { margin-left:-1px -} +} */ .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius:0 } 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; |
