Let's leave a little gap so we can close a view. And set those properties for any element inside the view.

This commit is contained in:
Alexander Andreev 2021-09-09 20:22:59 +04:00
parent b0a8467f8d
commit 3978f93af2
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 2 additions and 3 deletions

View File

@ -112,12 +112,11 @@ section { margin-top: 1rem; }
vertical-align: middle;
width: 100%; }
#view audio,
#view video {
#view * {
flex: none;
margin: 0 auto;
max-height: 100%;
max-width: 100%; }
max-width: 96%; }
table { overflow-y: scroll; width: 100%; }