Overlay reorganised.
This commit is contained in:
parent
81f4b4725b
commit
bc2d2f6e74
@ -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%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user