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