Skip to content

Commit

Permalink
Merge pull request #2260 from thornbill/moar-centering-issues
Browse files Browse the repository at this point in the history
Fix chevron centering on home section titles

(cherry picked from commit af11671)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
dkanada authored and joshuaboniface committed Dec 31, 2020
1 parent 0f12bd6 commit 3251430
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down
11 changes: 11 additions & 0 deletions src/assets/css/librarybrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 3251430

Please sign in to comment.