Spaces:
Running
Running
Upload 3 files
Browse files- styles.css +10 -0
styles.css
CHANGED
|
@@ -2087,6 +2087,11 @@ section {
|
|
| 2087 |
max-height: 0.9rem;
|
| 2088 |
}
|
| 2089 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2090 |
.text-handling-player {
|
| 2091 |
width: 3rem;
|
| 2092 |
height: 3rem;
|
|
@@ -2951,6 +2956,11 @@ section {
|
|
| 2951 |
justify-content: center;
|
| 2952 |
}
|
| 2953 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2954 |
.tabs {
|
| 2955 |
gap: 0.5rem;
|
| 2956 |
}
|
|
|
|
| 2087 |
max-height: 0.9rem;
|
| 2088 |
}
|
| 2089 |
|
| 2090 |
+
.provider-option[data-provider="Gemini"] .provider-option-icon {
|
| 2091 |
+
width: 100%;
|
| 2092 |
+
height: 100%;
|
| 2093 |
+
}
|
| 2094 |
+
|
| 2095 |
.text-handling-player {
|
| 2096 |
width: 3rem;
|
| 2097 |
height: 3rem;
|
|
|
|
| 2956 |
justify-content: center;
|
| 2957 |
}
|
| 2958 |
|
| 2959 |
+
.video-container {
|
| 2960 |
+
width: 100%;
|
| 2961 |
+
padding-bottom: 56.25%; /* 16:9 aspect ratio */
|
| 2962 |
+
}
|
| 2963 |
+
|
| 2964 |
.tabs {
|
| 2965 |
gap: 0.5rem;
|
| 2966 |
}
|