Spaces:
Running
Running
Settings: hide the app URL printed in Gradio's Settings header
Browse filesGradio's Settings header rendered "Settings <app-url>" (tinyarmy.noods.cc in
prod). Hide that .url div so the header just reads "Settings".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- web/shell/persona.css +2 -0
web/shell/persona.css
CHANGED
|
@@ -255,6 +255,8 @@
|
|
| 255 |
}
|
| 256 |
.tac-set-section * { box-sizing: border-box; }
|
| 257 |
.tac-set-section .model-bar { border-bottom: 0; padding-bottom: 0; }
|
|
|
|
|
|
|
| 258 |
.tac-set-intro { font-size: 14px; line-height: 1.5; opacity: .75; margin: 2px 0 14px; }
|
| 259 |
|
| 260 |
/* Recommended settings — quality preset picker (High / Medium / Low / Custom). */
|
|
|
|
| 255 |
}
|
| 256 |
.tac-set-section * { box-sizing: border-box; }
|
| 257 |
.tac-set-section .model-bar { border-bottom: 0; padding-bottom: 0; }
|
| 258 |
+
/* Gradio's Settings header prints the app URL under the "Settings" title — hide it. */
|
| 259 |
+
.banner-wrap .title .url { display: none !important; }
|
| 260 |
.tac-set-intro { font-size: 14px; line-height: 1.5; opacity: .75; margin: 2px 0 14px; }
|
| 261 |
|
| 262 |
/* Recommended settings — quality preset picker (High / Medium / Low / Custom). */
|