diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index b4689b9..591c9ec 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -397,6 +397,16 @@ | |||
397 | } | 397 | } |
398 | } | 398 | } |
399 | 399 | ||
400 | .dumby-block:has(pre:only-child [data-placeholder]:only-child) { | ||
401 | overflow: clip; | ||
402 | |||
403 | [data-placeholder] { | ||
404 | height: 50px !important; | ||
405 | scale: .9; | ||
406 | transition-duration: .4s; | ||
407 | transition-timing-function: ease-out; | ||
408 | } | ||
409 | } | ||
400 | 410 | ||
401 | .bold-options { | 411 | .bold-options { |
402 | font-weight: bold; | 412 | font-weight: bold; |