Spaces:
Runtime error
Runtime error
Fixed border
Browse files
app.py
CHANGED
|
@@ -60,8 +60,12 @@ with gr.Blocks(css='''
|
|
| 60 |
display: flex;
|
| 61 |
flex-direction: row;
|
| 62 |
align-items: center;
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
|
|
|
|
| 65 |
@media (max-width: 768px) {
|
| 66 |
.dicta-header {
|
| 67 |
flex-direction: column; /* Change to vertical for mobile devices */
|
|
|
|
| 60 |
display: flex;
|
| 61 |
flex-direction: row;
|
| 62 |
align-items: center;
|
| 63 |
+
box-shadow: var(--block-shadow);
|
| 64 |
+
border-color: var(--block-border-color);
|
| 65 |
+
border-width: 1px;
|
| 66 |
}
|
| 67 |
|
| 68 |
+
|
| 69 |
@media (max-width: 768px) {
|
| 70 |
.dicta-header {
|
| 71 |
flex-direction: column; /* Change to vertical for mobile devices */
|