From 8e7bb7a6207d8898ee095dd6922119cb55f2120c Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Dec 2022 11:46:15 +0000 Subject: [PATCH] Delete 'css/poketube-responsive.css' --- css/poketube-responsive.css | 230 ------------------------------------ 1 file changed, 230 deletions(-) delete mode 100644 css/poketube-responsive.css diff --git a/css/poketube-responsive.css b/css/poketube-responsive.css deleted file mode 100644 index 7007a6d1..00000000 --- a/css/poketube-responsive.css +++ /dev/null @@ -1,230 +0,0 @@ -/* - - This Source Code Form is subject to the terms of the GNU General Public License: - - Copyright (C) 2021-202x POKETUBE (https://github.com/iamashley0/poketube) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see https://www.gnu.org/licenses/. - -*/ - -/* RESPONSIVE STUFF */ - -/* Formula for xx50px - inital width + 3em */ -@media screen and (min-width: 1100px) { - .video-info-panel.gradient { - width: 41em; - } -} - -@media screen and (min-width: 1200px) { - .video-info-panel.gradient { - width: 48em; - } -} - -@media screen and (min-width: 1300px) { - .video-info-panel.gradient { - width: 54.4em; - } -} - -@media screen and (min-width: 1350px) { - .video-info-panel.gradient { - width: 57.05em; - } -} - -@media screen and (min-width: 1400px) { - .video-info-panel.gradient { - width: 59.8em; - } -} - -@media screen and (min-width: 1450px) { - .video-info-panel.gradient { - width: 62.8em; - } -} - -@media screen and (min-width: 1500px) { - .video-info-panel.gradient { - width: 65.8em; - } -} - -@media screen and (min-width: 1550px) { - .video-info-panel.gradient { - width: 69em; /* Noice */ - } -} - -@media screen and (min-width: 1600px) { - .video-info-panel.gradient { - width: 72.4em; - } -} - -@media screen and (min-width: 1650px) { - .video-info-panel.gradient { - width: 75.3em; - } -} - -@media screen and (min-width: 1700px) { - .video-info-panel.gradient { - width: 78.4em; - } -} - -@media screen and (min-width: 1750px) { - .video-info-panel.gradient { - width: 81.3em; - } -} - -@media screen and (min-width: 1800px) { - .video-info-panel.gradient { - width: 84.8em; - } -} - -@media screen and (min-width: 1850px) { - .video-info-panel.gradient { - width: 88.2em; - } -} - -@media screen and (min-width: 1900px) { - .video-info-panel.gradient { - width: 90.5em; - } -} - -@media screen and (min-width: 1950px) { - .video-info-panel.gradient { - width: 94em; - } -} - -/* //////////////////////////////////////////////////////////////////////////////////////// */ -@media screen and (min-width: 2000px) { - .video-info-panel.gradient { - width: 97.3em; - } -} - -@media screen and (min-width: 2050px) { - .video-info-panel.gradient { - width: 100.3em; - } -} - -@media screen and (min-width: 2100px) { - .video-info-panel.gradient { - width: 103.3em; - } -} - -@media screen and (min-width: 2150px) { - .video-info-panel.gradient { - width: 106.3em; - } -} - -@media screen and (min-width: 2200px) { - .video-info-panel.gradient { - width: 109.3em; - } -} - -@media screen and (min-width: 2250px) { - .video-info-panel.gradient { - width: 112.3em; - } -} - -@media screen and (min-width: 2300px) { - .video-info-panel.gradient { - width: 115.3em; - } -} - -@media screen and (min-width: 2350px) { - .video-info-panel.gradient { - width: 118.3em; - } -} - -@media screen and (min-width: 2400px) { - .video-info-panel.gradient { - width: 121.3em; - } -} - -@media screen and (min-width: 2450px) { - .video-info-panel.gradient { - width: 125.3em; - } -} - -@media screen and (min-width: 2500px) { - .video-info-panel.gradient { - width: 128.3em; - } -} - -@media screen and (min-width: 2550px) { - .video-info-panel.gradient { - width: 131.3em; - } -} - -@media screen and (min-width: 2560px) { - .video-info-panel.gradient { - width: 132.3em; - } -} - -@media screen and (min-width: 2600px) { - .video-info-panel.gradient { - width: 134.3em; - } -} - -@media screen and (min-width: 2650px) { - .video-info-panel.gradient { - width: 137.3em; - } -} - -@media screen and (min-width: 2700px) { - .video-info-panel.gradient { - width: 140.3em; - } -} - -@media screen and (min-width: 2750px) { - .video-info-panel.gradient { - width: 143.3em; - } -} - -/* RESPONSIVE END */ - -@media screen and (min-width: 2000px) { - .video-info-panel.gradient { - margin: 0px 0 0px -2.5px; - } -}