Overlay reorganised.
This commit is contained in:
parent
81f4b4725b
commit
bc2d2f6e74
@ -105,19 +105,27 @@ section { margin-top: 1rem; }
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--overlay-background-color);
|
background-color: var(--overlay-background-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
visibility: hidden;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
max-height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
vertical-align: middle;
|
visibility: hidden;
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
#overlay * {
|
#overlay video,
|
||||||
flex: none;
|
#overlay audio,
|
||||||
margin: 0 auto;
|
#overlay img {
|
||||||
|
margin: auto;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 96%; }
|
max-width: 86%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#overlay span {
|
||||||
|
color: var(--background-color);
|
||||||
|
text-shadow: 2px 2px 1px var(--secondary-color);
|
||||||
|
}
|
||||||
|
|
||||||
table { overflow-y: scroll; width: 100%; }
|
table { overflow-y: scroll; width: 100%; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user