Various enhancements, restyling and new options
CI / ci (push) Successful in 47s

This commit is contained in:
2026-05-27 11:07:12 +02:00
parent 069107052d
commit 816b7951fb
51 changed files with 16687 additions and 670 deletions
+5 -5
View File
@@ -6,9 +6,9 @@
// Panel container
.directors-board__preset-panel {
background: linear-gradient(160deg, hsl(215,28%,13%) 0%, hsl(215,25%,10%) 100%);
border: 1px solid var(--sp-border);
border-radius: 6px;
background: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: var(--sp-dialog-radius);
padding: 10px 12px 12px;
margin-top: 8px;
@@ -116,8 +116,8 @@
.directors-board__preset-panel-select {
flex: 1;
min-width: 0;
background: var(--sp-surface);
border: 1px solid var(--sp-border);
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 4px;
padding: 4px 6px;
font-family: inherit;