Add border-radius to minimap (#10210)

This commit is contained in:
Nathan Hadley
2024-04-25 14:29:57 +01:00
committed by GitHub
parent 3086c67143
commit b6cdfbfeb1

View File

@@ -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 {