infobox css to css file, and a little wider

This commit is contained in:
Shish 2024-01-01 22:27:42 +00:00
parent a267e502f3
commit fab4b489ac
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
.image_info {
width: 550px;
max-width: 100%;
}
.image_info .edit { .image_info .edit {
display: block; display: block;
} }

View file

@ -105,7 +105,6 @@ class ViewPostTheme extends Themelet
TABLE( TABLE(
[ [
"class" => "image_info form", "class" => "image_info form",
"style" => "width: 500px; max-width: 100%;"
], ],
...$editor_parts, ...$editor_parts,
), ),