mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 00:19:57 -06:00
fix: remove unused form styles in .tab-content for improved maintainability
- Commented out the form styles within .tab-content in default-base.css to streamline the CSS and enhance maintainability. - This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
@@ -1362,16 +1362,6 @@ a.list {
|
||||
|
||||
.tab-content {
|
||||
display: none;
|
||||
|
||||
form {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
max-width: 80rem;
|
||||
margin: 0 auto;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.Panels {
|
||||
|
||||
Reference in New Issue
Block a user