Video style

merge-requests/21/head
Bob Mottram 2021-03-07 12:26:12 +00:00
parent 741ccf7f59
commit 7be6c8309f
1 changed files with 6 additions and 29 deletions

View File

@ -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;