From 98a5b1b5a353378e82c9408fb89ab7c0852a8829 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 27 Jun 2025 20:26:42 +0000 Subject: [PATCH] update --- ts_web/elements/wcc-properties.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ts_web/elements/wcc-properties.ts b/ts_web/elements/wcc-properties.ts index f6c7d56..09ea12d 100644 --- a/ts_web/elements/wcc-properties.ts +++ b/ts_web/elements/wcc-properties.ts @@ -62,13 +62,12 @@ export class WccProperties extends DeesElement { box-sizing: border-box; position: absolute; left: 200px; - height: 88px; + height: 100px; bottom: 0px; right: 0px; overflow: hidden; background: var(--background); color: var(--foreground); - border-top: 1px solid rgba(255, 255, 255, 0.08); } .grid { display: grid; @@ -81,6 +80,7 @@ export class WccProperties extends DeesElement { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 1px solid var(--border); + align-content: start; } .material-symbols-outlined { @@ -257,7 +257,6 @@ export class WccProperties extends DeesElement {
-
Properties
${this.propertyContent}