aboutsummaryrefslogtreecommitdiffstats
path: root/res/css/mobile-view.css
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-13 16:28:18 +0300
committerRblSb <msrblsb@gmail.com>2020-02-15 19:45:40 +0300
commit07d1955cefc093ffb12002902ed45e963030746e (patch)
tree8833eca2dc2ef07891aa8eb66daf7ad90f2ab0ce /res/css/mobile-view.css
Initial commit
Diffstat (limited to 'res/css/mobile-view.css')
-rw-r--r--res/css/mobile-view.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/res/css/mobile-view.css b/res/css/mobile-view.css
new file mode 100644
index 0000000..a23b963
--- /dev/null
+++ b/res/css/mobile-view.css
@@ -0,0 +1,81 @@
+/* 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;
+}
+.mobile-view #currenttitle {
+ display: inline;
+ background-color: transparent;
+ text-align: center;
+ border: none;
+}
+.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;
+}
+.mobile-view #footer {
+ display: none;
+}
+
+@media (max-width:799px) {
+ .navbar {
+ /* display: none; */
+ border-color: #272b30 !important;
+ background: rgb(39, 43, 48) !important;
+ margin-bottom: 0;
+ }
+ #chatwrap {
+ width: 100% !important;
+ margin-bottom: 0;
+ }
+ #videowrap {
+ width: 100% !important;
+ }
+ .gutter.gutter-horizontal {
+ display: none;
+ }
+ #currenttitle {
+ display: none;
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage