Skip to content

Commit 2fdd1b8

Browse files
committed
2.0 - Restricted for mobile/tablet until responsive is available
1 parent 3721928 commit 2fdd1b8

File tree

9 files changed

+142
-9
lines changed

9 files changed

+142
-9
lines changed

dist/assets/css/main.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,37 @@ a:active {
612612
background-color: #0066a2;
613613
}
614614

615+
.export-playlist {
616+
height: 190px;
617+
max-width: 100%;
618+
width: 100%;
619+
border: 1px solid #e2e2e2;
620+
border-radius: 0;
621+
}
622+
615623
#update-app-later {
616624
background-color: transparent;
617625
color: var(--c-white);
618626
text-transform: capitalize;
619627
}
620628

629+
@media screen and (max-width: 1200px) {
630+
#mobile-unavailable {
631+
background-color: var(--c-base);
632+
font-size: 24px;
633+
padding: 0 10px;
634+
z-index: 3;
635+
position: fixed;
636+
height: 100%;
637+
width: 100%;
638+
top: 0;
639+
left: 0;
640+
display: flex;
641+
justify-content: center;
642+
align-items: center;
643+
}
644+
}
645+
621646
.current-video-all {
622647
padding: 0px 10px;
623648
display: inline-block;

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="assets/css/main.css">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
1111
</head>
12-
<body class="application app-win">
12+
<body class="">
1313
<div class="update-bar">
1414
<div id="output">Checking for updates...</div>
1515
<span class="update-loading">

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)