Fixed some minor scaling issues

This commit is contained in:
Unknown 2017-02-21 15:50:53 +01:00
parent 92ee980b40
commit d9e6f7a686
1 changed files with 6 additions and 6 deletions

View File

@ -34,13 +34,13 @@ body.menu-shown #bg-overlay {opacity: 0.3;}
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: -moz-fit-content; padding-bottom: 3px;
width: -webkit-fit-content;
height: -moz-fit-content;
height: -webkit-fit-content;
max-width: 90%; width: fit-content;
max-height: 90%; height: auto;
max-width: 75%;
max-height: 85%;
overflow: auto; overflow: auto;
display: flex; display: flex;