diff --git a/ext/view/style.css b/ext/view/style.css index b49fa7b9..327cd01b 100644 --- a/ext/view/style.css +++ b/ext/view/style.css @@ -1,3 +1,8 @@ +.image_info { + width: 550px; + max-width: 100%; +} + .image_info .edit { display: block; } diff --git a/ext/view/theme.php b/ext/view/theme.php index e14d52ba..657a5404 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -105,7 +105,6 @@ class ViewPostTheme extends Themelet TABLE( [ "class" => "image_info form", - "style" => "width: 500px; max-width: 100%;" ], ...$editor_parts, ),