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:
oobabooga 2026-01-14 20:24:05 -03:00
parent 39de0b9765
commit a9778adb65

View file

@ -1645,7 +1645,7 @@ button:focus {
}
#user-description textarea {
height: calc(100vh - 231px) !important;
height: calc(100vh - 334px) !important;
min-height: 90px !important;
}