TOTEM Studio commited on
Commit
d06eff6
·
1 Parent(s): 4557222

fix sidebar border: strip all Gradio wrapper padding/bg around dashboard component

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -84,6 +84,19 @@ html, body {
84
  background: #04081a !important;
85
  }
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  footer { display: none !important; }
88
 
89
  .gradio-container [role="tablist"] {
 
84
  background: #04081a !important;
85
  }
86
 
87
+ /* Strip all Gradio wrapper padding around the dashboard HTML component */
88
+ .gradio-container .prose,
89
+ .gradio-container .block,
90
+ .gradio-container > div > div,
91
+ .gradio-container .tabitem > div,
92
+ .gradio-container .tabitem {
93
+ background: #04081a !important;
94
+ padding: 0 !important;
95
+ border: none !important;
96
+ box-shadow: none !important;
97
+ gap: 0 !important;
98
+ }
99
+
100
  footer { display: none !important; }
101
 
102
  .gradio-container [role="tablist"] {