diff --git a/css/index.css b/css/index.css index 5a58934..a45230d 100644 --- a/css/index.css +++ b/css/index.css @@ -1066,7 +1066,7 @@ body { .app { display: grid; - grid-template-columns: 240px 1fr 340px; + grid-template-columns: 240px 1fr var(--panel-width, 340px); height: 720px; border: 1px solid var(--color-border-tertiary); border-radius: var(--border-radius-lg); diff --git a/index.html b/index.html index 57fc009..acf6546 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,11 @@