refactor: enhance header responsiveness

- Added gap and padding to the textarea for improved layout.
- Changed height to min-height to maintain legacy compatibility while allowing for responsive design.

This change aims to improve the visual appearance and usability of text areas in the web interface. No further changes are pending for this task.
This commit is contained in:
Zack Spear
2025-07-07 14:50:38 -07:00
committed by Zack Spear
parent aa8148cece
commit d86bb8f19f
@@ -417,14 +417,17 @@ textarea {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
width: 100%;
height: 91px;
min-height: 91px; /* legacy carry over from before responsive webgui */
z-index: 102;
margin: 0;
color: var(--inverse-text-color);
background-color: var(--header-background-color);
background-size: 100% 90px;
background-repeat: no-repeat;
padding: 1rem;
box-sizing: border-box;
}
#header unraid-user-profile {