fix: enhance layout consistency in default-base.css

- Updated CSS selectors from :first-child to :first-of-type for better specificity in title margin handling.
- This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
Zack Spear
2025-05-22 16:31:27 -07:00
parent f8513aecd1
commit f980313c58

View File

@@ -473,8 +473,7 @@ div.title {
letter-spacing: 1.8px;
font-size: 1.4rem;
/* target first title */
&:first-child {
&:first-of-type {
margin-top: 0;
}
}
@@ -2333,7 +2332,7 @@ span#wlan0 {
.title p {
display: none;
}
div.title:first-child {
div.title:first-of-type {
margin-top: 0;
}
div.title.shift {