Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
·
c113af0
1
Parent(s):
27d23fd
adjusted tab border
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;
|
|
| 11 |
"#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
|
| 12 |
"\"file/img/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
|
| 13 |
":Silkscreen;position:relative}#component-4{" \
|
| 14 |
-
"margin-top:auto}.tabs.svelte-btpldm{height:100%}button.svelte-btpldm {background-color: #cda678
|
| 15 |
-
"background-color:#002366;border:1px solid " \
|
| 16 |
"#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
|
| 17 |
"min-height:650px;max-height:650px}.secondary.svelte-58yet2{" \
|
| 18 |
"background-color:#002366;font-weight:400}#component-10,#component-11,#component-18,#component-19," \
|
|
|
|
| 11 |
"#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
|
| 12 |
"\"file/img/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
|
| 13 |
":Silkscreen;position:relative}#component-4{" \
|
| 14 |
+
"margin-top:auto}.tabs.svelte-btpldm{height:100%}button.svelte-btpldm {background-color: #cda678;border: 1px " \
|
| 15 |
+
"solid #fff;margin-right: 2px}.tabitem{background-color:#002366;border:1px solid " \
|
| 16 |
"#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
|
| 17 |
"min-height:650px;max-height:650px}.secondary.svelte-58yet2{" \
|
| 18 |
"background-color:#002366;font-weight:400}#component-10,#component-11,#component-18,#component-19," \
|
style.css
CHANGED
|
@@ -24,6 +24,8 @@
|
|
| 24 |
|
| 25 |
button.svelte-btpldm {
|
| 26 |
background-color: #cda678;
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
.tabitem {
|
|
|
|
| 24 |
|
| 25 |
button.svelte-btpldm {
|
| 26 |
background-color: #cda678;
|
| 27 |
+
border: 1px solid #fff;
|
| 28 |
+
margin-right: 2px;
|
| 29 |
}
|
| 30 |
|
| 31 |
.tabitem {
|