diff --git a/client/web/src/components/panels/LayerTree.vue b/client/web/src/components/panels/LayerTree.vue index 0b04c143..8e0189ed 100644 --- a/client/web/src/components/panels/LayerTree.vue +++ b/client/web/src/components/panels/LayerTree.vue @@ -18,12 +18,14 @@ -
-
- -
-
- Foo bar +
+
+
+ +
+
+ Foo bar +
@@ -41,15 +43,27 @@ .layer-row { display: flex; - height: 24px; + height: 36px; align-items: center; + margin: 0 8px; + + .layer { + display: flex; + align-items: center; + background: #555; + border-radius: 4px; + width: 100%; + height: 100%; + margin-left: 4px; + padding-left: 16px; + } & + .layer-row { margin-top: 2px; } .layer-thumbnail { - width: 36px; + width: 64px; height: 100%; background: white; }