]> Untitled Git - lemmy.git/commitdiff
Making max markdown image height smaller. Fixes #836
authorDessalines <tyhou13@gmx.com>
Wed, 24 Jun 2020 17:18:53 +0000 (13:18 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 24 Jun 2020 17:18:53 +0000 (13:18 -0400)
ui/assets/css/main.css

index 8b51dcd931f457f5284d3ecd0c4fb166af2818bd..c1f004d7a83a8843b0e38f277d07c65554a67982 100644 (file)
@@ -37,7 +37,7 @@
 }
 
 .md-div img {
-  max-height: 90vh;
+  max-height: 40vh;
   max-width: 100%;
   height: auto;
 }