Merge pull request #2260 from thornbill/moar-centering-issues

Fix chevron centering on home section titles
This commit is contained in:
dkanada
2020-12-24 14:17:48 +09:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -235,6 +235,13 @@ div[data-role=controlgroup] a.ui-btn-active {
margin-bottom: 0.5em;
}
.dashboardSection .sectionTitleTextButton > .material-icons.material-icons {
font-size: 1.17em;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0;
}
.activeRecordingItems > .card {
width: 50%;
}

View File

@@ -779,6 +779,17 @@ div.itemDetailGalleryLink.defaultCardBackground {
height: 23vw;
}
.sectionTitleTextButton > .material-icons {
font-size: 1.5em;
margin-bottom: 0.35em;
margin-top: 0;
}
.layout-mobile .sectionTitleTextButton > .material-icons {
margin-bottom: 0;
padding-top: 0.5em;
}
.itemDetailGalleryLink.defaultCardBackground > .material-icons {
font-size: 15vw;
margin-top: 50%;