mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Arrow icon sizes were inconsistent in section headings
This commit is contained in:
@@ -828,11 +828,17 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
margin: 0 0 !important;
|
margin: 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboardSection .sectionTitleTextButton>.material-icons,
|
||||||
|
.sectionTitleTextButton>.material-icons,
|
||||||
|
.dashboardSection .sectionTitleTextButton>.material-icons.material-icons {
|
||||||
|
font-size: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.sectionTitleTextButton>.material-icons::before {
|
.sectionTitleTextButton>.material-icons::before {
|
||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
font-size: .7em;
|
font-size: .85em;
|
||||||
line-height: 1.4em;
|
line-height: unset;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-inline-start: .5em;
|
margin-inline-start: .5em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user