Commit
·
699507c
1
Parent(s):
d17ad7a
3. Okt. 2024, 04:49
Browse files- _res/_custom.css +17 -20
_res/_custom.css
CHANGED
|
@@ -58,28 +58,25 @@ body {
|
|
| 58 |
color: var(--text-color-by-luminance) !important;
|
| 59 |
}
|
| 60 |
}
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
z-index: 0;
|
| 78 |
-
transition: filter 0.4s ease-out;
|
| 79 |
-
filter: blur(var(--blur-value));
|
| 80 |
}
|
| 81 |
|
| 82 |
-
div.tabs > div.tab-nav {
|
| 83 |
border-bottom: none !important;
|
| 84 |
padding: 0 0.25rem 0 0.25rem !important;
|
| 85 |
flex-wrap: nowrap;
|
|
|
|
| 58 |
color: var(--text-color-by-luminance) !important;
|
| 59 |
}
|
| 60 |
}
|
| 61 |
+
& > gradio-app {
|
| 62 |
+
padding-top: 30px;
|
| 63 |
+
position: relative;
|
| 64 |
+
}
|
| 65 |
+
& > gradio-app::before {
|
| 66 |
+
position: absolute;
|
| 67 |
+
content: "";
|
| 68 |
+
background: var(--primary-900);
|
| 69 |
+
background: linear-gradient(6deg, var(--primary-900) 0%, var(--primary-700) 100%);
|
| 70 |
+
width: 100%;
|
| 71 |
+
height: 355px;
|
| 72 |
+
top: 0;
|
| 73 |
+
z-index: 0;
|
| 74 |
+
transition: filter 0.4s ease-out;
|
| 75 |
+
filter: blur(var(--blur-value));
|
| 76 |
+
}
|
|
|
|
|
|
|
|
|
|
| 77 |
}
|
| 78 |
|
| 79 |
+
body div.tabs > div.tab-nav {
|
| 80 |
border-bottom: none !important;
|
| 81 |
padding: 0 0.25rem 0 0.25rem !important;
|
| 82 |
flex-wrap: nowrap;
|