From b6cdfbfeb128b5ad199786d3a2e601a256e66276 Mon Sep 17 00:00:00 2001 From: Nathan Hadley <116459177+linfindel@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:29:57 +0100 Subject: [PATCH] Add border-radius to minimap (#10210) --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 9f7b12abe..81297915b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4440,6 +4440,7 @@ img.tile-debug { z-index: 2; background: #000; border: #aaa 1px solid; + border-radius: 4px; box-shadow: 0 0 2em black; } .ideditor[dir='ltr'] .map-in-map {