mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Decrease "Show controls" button opacity
This commit is contained in:
parent
94afa0f9cf
commit
a4b4708560
@ -492,6 +492,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
left: calc(100% - 168px);
|
left: calc(100% - 168px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#show-controls span {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
#typing-container {
|
#typing-container {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user