mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Max image height
This commit is contained in:
@@ -58,3 +58,4 @@ $bg: #000 !default
|
||||
|
||||
.inline-image
|
||||
max-width: 100%
|
||||
max-height: 50vh
|
||||
|
||||
@@ -3108,4 +3108,5 @@ body {
|
||||
overflow: hidden; }
|
||||
|
||||
.inline-image {
|
||||
max-width: 100%; }
|
||||
max-width: 100%;
|
||||
max-height: 50vh; }
|
||||
|
||||
Reference in New Issue
Block a user