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:
Zack Spear
2025-05-23 15:10:47 -07:00
parent 85894baaf1
commit 1934bae349

View File

@@ -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 {