mirror of
https://github.com/chev2/scripts-styles.git
synced 2026-04-28 05:31:39 +00:00
Invidious Dark-Blue v1.1.1
- Fix main-side-padding not properly offsetting channel bar & comments panel margin-right
This commit is contained in:
parent
76617bc1b0
commit
2253b83bf7
1 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Invidious Dark-Blue
|
@name Invidious Dark-Blue
|
||||||
@author Chev <riskyrains@proton.me> (https://github.com/chev2)
|
@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!
|
@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
|
@namespace github.com/chev2
|
||||||
@license Apache-2.0
|
@license Apache-2.0
|
||||||
|
|
@ -225,9 +225,17 @@
|
||||||
#player-container {
|
#player-container {
|
||||||
margin-right: calc(20vw + 4px);
|
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 */
|
/* Adjust video creator & description/comments */
|
||||||
div.pure-u-1.pure-u-lg-3-5 > * {
|
div.pure-u-1.pure-u-lg-3-5 > * {
|
||||||
margin-right: 4.2vw;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
/* Adjust title */
|
/* Adjust title */
|
||||||
div.h-box:nth-child(5) > h1 {
|
div.h-box:nth-child(5) > h1 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue