Implemented group destination spacing

This commit is contained in:
Pax1601
2023-05-19 14:38:28 +02:00
parent 9cc0058e32
commit bf88c9b951
6 changed files with 240 additions and 123 deletions

View File

@@ -930,4 +930,16 @@ body[data-hide-navyunit] #unit-visibility-control-navyunit {
.hotgroup-selector>.unit-hotgroup {
display: flex;
translate: 0% -300%;
}
.ol-destination-preview-icon {
width: 52px;
height: 52px;
background-color: var(--secondary-yellow);
pointer-events: none;
border-radius: 999px;
}
.ol-destination-preview {
pointer-events: none;
}