diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-22 19:47:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-23 12:45:48 +0800 |
commit | caede67d29bb2186f66f5504240d7679fcd01fe4 (patch) | |
tree | 6948ec3eb32040fc7a04e71458b2d37c784daa0f /src/css | |
parent | c17a238414ae4e2cc4b77d5186a66a4798b8e368 (diff) |
feat(map): override code block CSS for maps
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index dd50f2b..bf2b7fa 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -61,6 +61,10 @@ root { | |||
61 | background-size: contain; | 61 | background-size: contain; |
62 | } | 62 | } |
63 | 63 | ||
64 | pre:has(.mapclay) { | ||
65 | padding: 0 !important; | ||
66 | } | ||
67 | |||
64 | .mapclay { | 68 | .mapclay { |
65 | position: relative; | 69 | position: relative; |
66 | transform-origin: top left; | 70 | transform-origin: top left; |