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;
|
||||
}
|
||||
|
||||
.dashboardSection .sectionTitleTextButton>.material-icons,
|
||||
.sectionTitleTextButton>.material-icons,
|
||||
.dashboardSection .sectionTitleTextButton>.material-icons.material-icons {
|
||||
font-size: unset;
|
||||
}
|
||||
|
||||
.sectionTitleTextButton>.material-icons::before {
|
||||
border: solid 1px;
|
||||
border-radius: 1em;
|
||||
font-size: .7em;
|
||||
line-height: 1.4em;
|
||||
font-size: .85em;
|
||||
line-height: unset;
|
||||
font-weight: 600;
|
||||
margin-inline-start: .5em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user