mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-20 14:44:58 +01:00
fix: Adjust user description textarea height
Changes height from calc(100vh - 231px) to calc(100vh - 334px) to properly fit the UI with the new user menu controls.
This commit is contained in:
parent
39de0b9765
commit
a9778adb65
|
|
@ -1645,7 +1645,7 @@ button:focus {
|
|||
}
|
||||
|
||||
#user-description textarea {
|
||||
height: calc(100vh - 231px) !important;
|
||||
height: calc(100vh - 334px) !important;
|
||||
min-height: 90px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue