aboutsummaryrefslogtreecommitdiff
path: root/hp_assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'hp_assets/css/main.css')
-rw-r--r--hp_assets/css/main.css12
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;