From 8b0e1f71851d54cf98c7caeadcf3701fbb879c29 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 25 Jun 2025 18:08:43 +0200 Subject: [PATCH] STYLE Refining wysiwyg height for reference field --- resources/css/admin-style.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 49c6001..18b2e47 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -1,6 +1,22 @@ -/* body { - background: red !important; -} */ -#menu-posts { - border-top: 1px solid rgba(255, 255, 255, 0.2) !important; +#acf-field-685be6e5065e3 { + height: 100px !important; + @apply bg-red-300; + + iframe { + @apply bg-red-300; + } +} +#menu-posts { + border-top: 1px solid rgba(255, 255, 255, 0.2) !important; +} + +.acf-field-685be98a48142 { + .acf-label { + @apply hidden; + } + iframe { + min-height: unset !important; + height: 70px !important; + @apply bg-blue-300; + } }