Spaces:
Running
Running
Iisakki Rotko
commited on
Commit
•
8c42889
1
Parent(s):
56ce50a
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 |
|