Spaces:
Running
Running
Update styles.css
Browse files- styles.css +8 -1
styles.css
CHANGED
|
@@ -395,9 +395,16 @@ input, textarea {
|
|
| 395 |
display: flex;
|
| 396 |
align-items: center;
|
| 397 |
height: 100%;
|
|
|
|
| 398 |
}
|
| 399 |
|
| 400 |
-
/* REMOVE background
|
| 401 |
div[data-testid="column"]:first-child {
|
| 402 |
background: transparent !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 403 |
}
|
|
|
|
| 395 |
display: flex;
|
| 396 |
align-items: center;
|
| 397 |
height: 100%;
|
| 398 |
+
margin-top: 6px;
|
| 399 |
}
|
| 400 |
|
| 401 |
+
/* REMOVE background from left column completely */
|
| 402 |
div[data-testid="column"]:first-child {
|
| 403 |
background: transparent !important;
|
| 404 |
+
padding-top: 12px !important;
|
| 405 |
+
}
|
| 406 |
+
|
| 407 |
+
/* Make columns visually merge */
|
| 408 |
+
div[data-testid="horizontalBlock"] {
|
| 409 |
+
background: transparent !important;
|
| 410 |
}
|