Small code fixes, fix #198

This commit is contained in:
Pieter Vander Vennet 2021-01-27 02:58:11 +01:00
parent 1b73f0a43a
commit 1831365597
5 changed files with 7 additions and 10 deletions

View file

@ -48,7 +48,8 @@ export default class PersonalLayersPanel extends UIElement {
layout.title,
"</b><br/>",
layout.shortDescription ?? ""
]).SetStyle("background: #eee; display: block; padding: 0.5em; border-radius:0.5em; overflow:auto;")
]).SetClass("block p1 overflow-auto rounded")
.SetStyle("background: #eee;")
this.checkboxes.push(header);
for (const layer of layout.layers) {