Spaces:
Running
Running
///* [ MOVE CHAT INDICATOR FOR VOICE CALL TO REVEAL UI ELEMENTS] *///
Browse files- src/app.css +1 -1
src/app.css
CHANGED
@@ -154,7 +154,7 @@ input[type='number'] {
|
|
154 |
.tippy-box[data-theme~='dark'] {
|
155 |
@apply rounded-lg bg-gray-950 text-xs border border-gray-900 shadow-xl;
|
156 |
}
|
157 |
-
|
158 |
.absolute.w-full.h-screen.max-h-\[100dvh\].flex.z-\[999\].overflow-hidden {
|
159 |
opacity: 25%;
|
160 |
padding: 8px;
|
|
|
154 |
.tippy-box[data-theme~='dark'] {
|
155 |
@apply rounded-lg bg-gray-950 text-xs border border-gray-900 shadow-xl;
|
156 |
}
|
157 |
+
|
158 |
.absolute.w-full.h-screen.max-h-\[100dvh\].flex.z-\[999\].overflow-hidden {
|
159 |
opacity: 25%;
|
160 |
padding: 8px;
|