reformat file - fix SD videos

This commit is contained in:
Ashley 2022-12-14 19:03:30 +00:00
parent 43f26f53db
commit 982f9eac4f

View file

@ -37,6 +37,7 @@
--div-prim-bg: #1c1c1c; --div-prim-bg: #1c1c1c;
--div-second-bg: #1a1a1a; --div-second-bg: #1a1a1a;
--div-transparent-bg: #0009; --div-transparent-bg: #0009;
--gutter: 1.67em; /* gutter variable - see line 330 */
/* video player */ /* video player */
@ -311,29 +312,24 @@ a {
font-size: small; font-size: small;
color: gray !important; color: gray !important;
white-space: nowrap; white-space: nowrap;
} }
.video > .thumbnail { .video > .thumbnail {
border: 1px white solid; border: 1px white solid;
} }
.video-player-container { .video-player-container {
max-width: max-content;
margin: inherit; margin: inherit;
max-height: fit-content; max-width: 100%;
max-height: -moz-fit-content; min-width: 100%;
width: 100%;
aspect-ratio: 16 / 9; max-height: 100%;
} }
.watch-page { .watch-page {
display: grid; display: grid;
grid-template-columns: repeat(2, auto); grid-template-columns: repeat(2, auto);
--gutter: 1.67em;
gap: var(--gutter); gap: var(--gutter);
margin-inline: var(--gutter); margin-inline: var(--gutter);