mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user