Decrease "Show controls" button opacity

This commit is contained in:
oobabooga 2024-01-01 19:08:30 -08:00
parent 94afa0f9cf
commit a4b4708560

View file

@ -492,6 +492,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
left: calc(100% - 168px);
}
#show-controls span {
opacity: 0.6;
}
#typing-container {
display: none;
position: absolute;