mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 10:39:56 -06:00
fix: add padding to forms in .tab-content for improved layout
- Introduced padding-top styles for the first form and shade forms within .tab-content in default-base.css to enhance layout consistency. - This change continues the effort to improve visual consistency across the plugin.
This commit is contained in:
@@ -1362,6 +1362,14 @@ a.list {
|
||||
|
||||
.tab-content {
|
||||
display: none;
|
||||
|
||||
form:first-of-type {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.shade form {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.Panels {
|
||||
|
||||
Reference in New Issue
Block a user