Css tweaks
This commit is contained in:
parent
e74b4e3804
commit
67bd817a38
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ export class InitUiElements {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
layerControlPanel.SetStyle("display:block;padding:1em;border-radius:1em;");
|
layerControlPanel.SetStyle("display:block;padding:0.75em;border-radius:1em;");
|
||||||
const closeButton = Svg.close_svg().SetClass("layer-selection-toggle").SetStyle(" background: var(--subtle-detail-color);")
|
const closeButton = Svg.close_svg().SetClass("layer-selection-toggle").SetStyle(" background: var(--subtle-detail-color);")
|
||||||
const checkbox = new CheckBox(
|
const checkbox = new CheckBox(
|
||||||
new Combine([
|
new Combine([
|
||||||
|
|
Loading…
Reference in a new issue