Merge pull request #2260 from thornbill/moar-centering-issues
Fix chevron centering on home section titles
This commit is contained in:
commit
af11671485
2 changed files with 18 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue