diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-22 23:01:59 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-22 23:01:59 +0300 |
| commit | fc8fbc601c05e1caa671dfd94a48fe402bc39723 (patch) | |
| tree | d727a716a5a764635ff6bc80449ed5b8c406f6c4 /res/index.html | |
| parent | a5f39c0deafc61bab42a895fe6febf0409d8f9ce (diff) | |
Remove simplebar
Cause other problems and doesn't always work
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/res/index.html b/res/index.html index b5128eb..8a8f516 100644 --- a/res/index.html +++ b/res/index.html @@ -6,7 +6,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SyncTube</title> <link rel="icon" type="image/png" href="img/favicon.png" /> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simplebar@latest/dist/simplebar.css" /> <link id="usertheme" href="css/des.css" rel="stylesheet"> <link id="customcss" href="css/custom.css" rel="stylesheet"> <script type="module" src="https://cdn.jsdelivr.net/npm/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script> @@ -14,7 +13,7 @@ </head> <body style="grid-template-columns: 1fr 4px 300px;"> <!-- Video --> - <main id="video" data-simplebar> + <main id="video"> <!-- Player --> <section id="player" > <div id="ytapiplayer" class="embed-responsive embed-responsive-16by9"></div> @@ -133,13 +132,13 @@ </div> </ul> <!-- Messages --> - <div id="messagebuffer" data-simplebar></div> + <div id="messagebuffer"></div> <!-- Message input --> <div id="chatbox"> <input id="chatline" type="text" placeholder="${chatlinePlaceholder}"> <button id="smilesbtn" title="${emotes}"><ion-icon name="happy"></ion-icon></button> </div> - <div id="smileswrap" data-simplebar></div> + <div id="smileswrap"></div> <!-- Guest login --> <div id="guestlogin" style="display: none;"> <label>${enterAsGuest}</label> @@ -157,6 +156,5 @@ <script src="https://cdn.jsdelivr.net/npm/split-grid@1.0.9/dist/split-grid.js"></script> <script src="client.js"></script> <script src="js/custom.js"></script> - <script src="https://cdn.jsdelivr.net/npm/simplebar@5.2.0/dist/simplebar.min.js"></script> </body> </html> |
