Spaces:
Running
Running
Align workspace strip surface styling
Browse files- frontend/static/app.css +5 -4
frontend/static/app.css
CHANGED
|
@@ -15,6 +15,7 @@
|
|
| 15 |
--ok: #1f7a42;
|
| 16 |
--warn: #9a6700;
|
| 17 |
--shadow: 0 18px 70px rgba(0, 0, 0, 0.08);
|
|
|
|
| 18 |
}
|
| 19 |
|
| 20 |
[data-theme="yellow"] {
|
|
@@ -132,7 +133,7 @@ button {
|
|
| 132 |
border-radius: 22px;
|
| 133 |
padding: 10px 12px;
|
| 134 |
background: var(--panel-strong);
|
| 135 |
-
box-shadow:
|
| 136 |
}
|
| 137 |
|
| 138 |
.brand {
|
|
@@ -317,7 +318,7 @@ button {
|
|
| 317 |
.workspace-strip {
|
| 318 |
position: sticky;
|
| 319 |
top: 66px;
|
| 320 |
-
z-index:
|
| 321 |
display: grid;
|
| 322 |
grid-template-columns: minmax(0, 1fr);
|
| 323 |
align-items: center;
|
|
@@ -325,7 +326,7 @@ button {
|
|
| 325 |
border-radius: 18px;
|
| 326 |
padding: 9px 12px;
|
| 327 |
background: var(--panel-strong);
|
| 328 |
-
box-shadow:
|
| 329 |
}
|
| 330 |
|
| 331 |
.workspace-strip input {
|
|
@@ -684,7 +685,7 @@ button {
|
|
| 684 |
border-radius: 26px;
|
| 685 |
padding: 11px;
|
| 686 |
background: var(--panel-strong);
|
| 687 |
-
box-shadow:
|
| 688 |
}
|
| 689 |
|
| 690 |
.composer.dragover {
|
|
|
|
| 15 |
--ok: #1f7a42;
|
| 16 |
--warn: #9a6700;
|
| 17 |
--shadow: 0 18px 70px rgba(0, 0, 0, 0.08);
|
| 18 |
+
--surface-shadow: 0 14px 38px rgba(var(--glow-rgb), 0.15), 0 3px 10px rgba(0, 0, 0, 0.08);
|
| 19 |
}
|
| 20 |
|
| 21 |
[data-theme="yellow"] {
|
|
|
|
| 133 |
border-radius: 22px;
|
| 134 |
padding: 10px 12px;
|
| 135 |
background: var(--panel-strong);
|
| 136 |
+
box-shadow: var(--surface-shadow);
|
| 137 |
}
|
| 138 |
|
| 139 |
.brand {
|
|
|
|
| 318 |
.workspace-strip {
|
| 319 |
position: sticky;
|
| 320 |
top: 66px;
|
| 321 |
+
z-index: 8;
|
| 322 |
display: grid;
|
| 323 |
grid-template-columns: minmax(0, 1fr);
|
| 324 |
align-items: center;
|
|
|
|
| 326 |
border-radius: 18px;
|
| 327 |
padding: 9px 12px;
|
| 328 |
background: var(--panel-strong);
|
| 329 |
+
box-shadow: var(--surface-shadow);
|
| 330 |
}
|
| 331 |
|
| 332 |
.workspace-strip input {
|
|
|
|
| 685 |
border-radius: 26px;
|
| 686 |
padding: 11px;
|
| 687 |
background: var(--panel-strong);
|
| 688 |
+
box-shadow: var(--surface-shadow);
|
| 689 |
}
|
| 690 |
|
| 691 |
.composer.dragover {
|