JdrCydsek commited on
Commit
00bc438
·
verified ·
1 Parent(s): b9bd0cc

Update src/app.css

Browse files
Files changed (1) hide show
  1. src/app.css +10 -0
src/app.css CHANGED
@@ -154,3 +154,13 @@ 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
  }
 
 
 
 
 
 
 
 
 
 
 
154
  .tippy-box[data-theme~='dark'] {
155
  @apply rounded-lg bg-gray-950 text-xs border border-gray-900 shadow-xl;
156
  }
157
+ ///* [ MOVE CHAT INDICATOR FOR VOICE CALL TO REVEAL UI ELEMENTS] *///
158
+ .absolute.w-full.h-screen.max-h-\[100dvh\].flex.z-\[999\].overflow-hidden {
159
+ opacity: 25%;
160
+ padding: 8px;
161
+ margin-top: 8px;
162
+ z-index: 1000;
163
+ top: 12.8px;
164
+ width: 192px;
165
+ float: right;
166
+ }