Add chat keyboard shortcuts

This commit is contained in:
oobabooga 2023-09-13 19:21:39 -07:00
parent df592adff5
commit fc11d1eff0
3 changed files with 59 additions and 7 deletions

View file

@ -483,8 +483,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
width: 100%;
background: transparent !important;
border-radius: 0px !important;
justify-content: left;
}
.hover-menu button:hover {
background: var(--button-secondary-background-fill-hover) !important;
}
.transparent-substring {
opacity: 0.333;
}