diff --git a/whisperlivekit/web/live_transcription.css b/whisperlivekit/web/live_transcription.css index be5e8b6..6d15f6e 100644 --- a/whisperlivekit/web/live_transcription.css +++ b/whisperlivekit/web/live_transcription.css @@ -193,7 +193,7 @@ body { display: flex; flex-direction: column; align-items: flex-start; - gap: 6px; + gap: 3px; } #chunkSelector, @@ -246,6 +246,12 @@ label { pointer-events: none; } +.theme-selector-container { + position: absolute; + top: 20px; + right: 20px; +} + .segmented label { display: inline-flex; align-items: center; @@ -258,6 +264,14 @@ label { transition: background-color 0.2s ease, color 0.2s ease; } +.segmented label span { + display: none; +} + +.segmented label:hover span { + display: inline; +} + .segmented label:hover { background-color: var(--chip-bg); } diff --git a/whisperlivekit/web/live_transcription.html b/whisperlivekit/web/live_transcription.html index a95e0bf..da0a187 100644 --- a/whisperlivekit/web/live_transcription.html +++ b/whisperlivekit/web/live_transcription.html @@ -26,31 +26,32 @@ -
- -
- - - - - - - - -
+
+
+ + + + + + + + +
+
+

diff --git a/whisperlivekit/web/src/system_mode.svg b/whisperlivekit/web/src/system_mode.svg index d81dbf3..7a8a0d2 100644 --- a/whisperlivekit/web/src/system_mode.svg +++ b/whisperlivekit/web/src/system_mode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file