aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index d810429..52d0ded 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -160,32 +160,6 @@ a[href^='http']:not(:has(img))::after,
160 } 160 }
161} 161}
162 162
163*:has(> nav) {
164 /* FIXME Hide nav at proper time */
165 display: none;
166 min-width: 120px;
167 padding: 0.5rem;
168
169 position: absolute;
170 right: 10px;
171 bottom: 10px;
172 z-index: 500;
173
174 border: 2px solid gray;
175 border-radius: 0.5rem;
176
177 background-color: white;
178
179 &:has(> nav:empty) {
180 display: none;
181 }
182
183 ol {
184 margin-top: 0;
185 margin-bottom: 0.5rem;
186 }
187}
188
189.dumby-block { 163.dumby-block {
190 padding: 1rem 1rem 1rem 2rem; 164 padding: 1rem 1rem 1rem 2rem;
191 165