diff options
author | Unknown <philipp_kutyla@gmx.de> | 2017-02-21 15:50:53 +0100 |
---|---|---|
committer | Unknown <philipp_kutyla@gmx.de> | 2017-02-21 15:50:53 +0100 |
commit | d9e6f7a68662a10deb35feb115e0e2536c4fe2de (patch) | |
tree | 2b99759ddf32f15dfd315c4d6e9d51f687c4864c | |
parent | 92ee980b409b3228d68c728c9615dc0d5aeddee8 (diff) | |
download | simple-dash-fork-d9e6f7a68662a10deb35feb115e0e2536c4fe2de.zip |
Fixed some minor scaling issues
-rw-r--r-- | hp_assets/css/main.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hp_assets/css/main.css b/hp_assets/css/main.css index 46c640a..24b460c 100644 --- a/hp_assets/css/main.css +++ b/hp_assets/css/main.css @@ -33,14 +33,14 @@ body.menu-shown #bg-overlay {opacity: 0.3;} left: 50%; top: 50%; transform: translate(-50%, -50%); + + padding-bottom: 3px; - width: -moz-fit-content; - width: -webkit-fit-content; - height: -moz-fit-content; - height: -webkit-fit-content; + width: fit-content; + height: auto; - max-width: 90%; - max-height: 90%; + max-width: 75%; + max-height: 85%; overflow: auto; display: flex; |