Spaces:
Runtime error
Runtime error
fix: hiding website runs on solara didn't work on firefox
Browse files
style.css
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
justify-content: center;
|
| 47 |
}
|
| 48 |
|
| 49 |
-
div:
|
| 50 |
display: none !important;
|
| 51 |
}
|
| 52 |
|
|
|
|
| 46 |
justify-content: center;
|
| 47 |
}
|
| 48 |
|
| 49 |
+
.v-application--wrap > div:nth-child(2) > div:nth-child(2){
|
| 50 |
display: none !important;
|
| 51 |
}
|
| 52 |
|