mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Hide keyboard shortcut hints on mobile
This commit is contained in:
parent
27dbcc59f5
commit
ce59c92764
@ -147,6 +147,14 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
|||||||
div .default-token-counter {
|
div .default-token-counter {
|
||||||
top: calc( 0.5 * (100dvh - 245px) ) !important;
|
top: calc( 0.5 * (100dvh - 245px) ) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transparent-substring {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hover-menu {
|
||||||
|
min-width: 250px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the gradio footer*/
|
/* Hide the gradio footer*/
|
||||||
|
Loading…
Reference in New Issue
Block a user