summaryrefslogtreecommitdiffstats
path: root/ui/assets
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-06 22:24:23 -0500
committerDessalines <tyhou13@gmx.com>2020-02-06 22:24:23 -0500
commitc84a2d6b1ecd93073bd093e93626455f2d3e3284 (patch)
tree929e5744429a016545fd1433cf4af821f732081f /ui/assets
parentb7a332ff3cbd3210758a89fa2db1c3d8fbc57547 (diff)
Fix expanded image height. Fixes #455
Diffstat (limited to 'ui/assets')
-rw-r--r--ui/assets/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css
index 2703d550..b1ad884a 100644
--- a/ui/assets/css/main.css
+++ b/ui/assets/css/main.css
@@ -37,6 +37,7 @@
}
.md-div img {
+ max-height: 90vh;
max-width: 100%;
height: auto;
}
@@ -170,3 +171,7 @@ hr {
-o-filter: blur(10px);
-ms-filter: blur(10px);
}
+
+.img-expanded {
+ max-height: 90vh;
+}