Overlay reorganised.

This commit is contained in:
Alexander Andreev 2022-01-21 22:47:56 +04:00
parent 81f4b4725b
commit bc2d2f6e74
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 14 additions and 6 deletions

View File

@ -105,19 +105,27 @@ section { margin-top: 1rem; }
align-items: center;
background-color: var(--overlay-background-color);
display: flex;
visibility: hidden;
flex-direction: column;
height: 100%;
left: 0;
max-height: 100%;
position: fixed;
top: 0;
vertical-align: middle;
visibility: hidden;
width: 100%; }
#overlay * {
flex: none;
margin: 0 auto;
#overlay video,
#overlay audio,
#overlay img {
margin: auto;
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%; }