mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:58:05 +01:00
new video player!!
This commit is contained in:
parent
ececa444bf
commit
6b6482087a
1 changed files with 16 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
||||||
--div-prim-bg: #1c1c1c;
|
--div-prim-bg: #1c1c1c;
|
||||||
--div-second-bg: #1a1a1a;
|
--div-second-bg: #1a1a1a;
|
||||||
--div-transparent-bg: #0009;
|
--div-transparent-bg: #0009;
|
||||||
|
|
||||||
|
/* video player */
|
||||||
|
|
||||||
|
--video-player-height-max: 720px;
|
||||||
|
--video-player-width-max: 1280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.class:hover {
|
a.class:hover {
|
||||||
|
@ -312,3 +317,14 @@ a {
|
||||||
.video > .thumbnail {
|
.video > .thumbnail {
|
||||||
border: 1px white solid;
|
border: 1px white solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.video-player-container {
|
||||||
|
max-width: max-content;
|
||||||
|
margin: inherit;
|
||||||
|
max-height: fit-content;
|
||||||
|
max-height: -moz-fit-content;
|
||||||
|
|
||||||
|
aspect-ratio: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue