From f4f67c1ac5c8ff129278e13bcddb895bfae897b4 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Tue, 15 Oct 2024 14:45:56 +0900 Subject: [PATCH] update: https://github.com/tateck-develop/AvocadoEdition/commit/24b10b62fc138a541679bf756e44d95faa21e6c1 --- AvocadoAmber/adm/css/admin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AvocadoAmber/adm/css/admin.css b/AvocadoAmber/adm/css/admin.css index dc05816..d51187d 100644 --- a/AvocadoAmber/adm/css/admin.css +++ b/AvocadoAmber/adm/css/admin.css @@ -203,6 +203,12 @@ input[type=checkbox] { margin-left: 0; } +td img, +.prev_thumb { + max-width: 100% !important; + max-height: 300px; +} + .txt-center { text-align: center !important; }