Decrease "Show controls" button opacity
This commit is contained in:
parent
94afa0f9cf
commit
a4b4708560
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue