mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-06 04:38:21 +01:00
Better visibility of prompt manager popup on mobile
This commit is contained in:
parent
76154fd8ee
commit
67ef713826
@ -291,6 +291,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 412px) {
|
@media screen and (max-width: 412px) {
|
||||||
|
#completion_prompt_manager_popup {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
#completion_prompt_manager #completion_prompt_manager_list {
|
#completion_prompt_manager #completion_prompt_manager_list {
|
||||||
font-size: 1.25em !important;
|
font-size: 1.25em !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user