From fab4b489ac74a98c90b78a627fb507b5d8948d60 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 1 Jan 2024 22:27:42 +0000 Subject: [PATCH] infobox css to css file, and a little wider --- ext/view/style.css | 5 +++++ ext/view/theme.php | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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, ),