mirror of https://gitlab.com/bashrc2/epicyon
Video style
parent
741ccf7f59
commit
7be6c8309f
|
@ -184,35 +184,6 @@ body, html {
|
|||
image-rendering: var(--rendering);
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
figure[data-fullscreen=true] {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
figure[data-fullscreen=true] video {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
figure[data-fullscreen=true] .controls {
|
||||
position: absolute;
|
||||
bottom: 2%;
|
||||
width: 100%;
|
||||
z-index: 2147483647;
|
||||
}
|
||||
figure[data-fullscreen=true] .controls li {
|
||||
width: 5%;
|
||||
}
|
||||
figure[data-fullscreen=true] .controls .progress {
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
figure {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
@ -1031,6 +1002,9 @@ div.container {
|
|||
font-size: var(--font-size);
|
||||
color: var(--title-color);
|
||||
}
|
||||
video {
|
||||
width: 125%;
|
||||
}
|
||||
.accountsTable {
|
||||
width: 100%;
|
||||
border: 0;
|
||||
|
@ -1701,6 +1675,9 @@ div.container {
|
|||
font-size: var(--font-size-mobile);
|
||||
color: var(--title-color);
|
||||
}
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
.accountsTable {
|
||||
width: 100%;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in New Issue