Invidious Dark-Blue v1.1.1

- Fix main-side-padding not properly offsetting channel bar & comments panel margin-right
This commit is contained in:
Chev 2023-07-26 23:18:47 -07:00
parent 76617bc1b0
commit 2253b83bf7
Signed by: chev2
GPG key ID: BE0CFBD5DCBB2511

View file

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Invidious Dark-Blue
@author Chev <riskyrains@proton.me> (https://github.com/chev2)
@version 1.1.0
@version 1.1.1
@description Dark-blue theme for Invidious. NOTE: This CSS theme was made specifically for inv.tux.pizza--YMMV on other instances!
@namespace github.com/chev2
@license Apache-2.0
@ -225,9 +225,17 @@
#player-container {
margin-right: calc(20vw + 4px);
}
/* Adjust main contents below player margin */
#contents > div.pure-g:nth-child(6) {
margin-right: 20vw;
}
/* Adjust video creator & description/comments container */
div.pure-u-lg-3-5 {
width: 80%;
}
/* Adjust video creator & description/comments */
div.pure-u-1.pure-u-lg-3-5 > * {
margin-right: 4.2vw;
margin-right: 4px;
}
/* Adjust title */
div.h-box:nth-child(5) > h1 {