Better visibility of prompt manager popup on mobile

This commit is contained in:
maver 2023-07-16 19:15:35 +02:00
parent 76154fd8ee
commit 67ef713826

View File

@ -291,6 +291,9 @@
}
@media screen and (max-width: 412px) {
#completion_prompt_manager_popup {
max-width: 100%;
}
#completion_prompt_manager #completion_prompt_manager_list {
font-size: 1.25em !important;
}