Iisakki Rotko commited on
Commit
8c42889
1 Parent(s): 56ce50a

fix: hiding website runs on solara didn't work on firefox

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -46,7 +46,7 @@
46
  justify-content: center;
47
  }
48
 
49
- div:has(> b):has(a){
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