Skip to content

Commit

Permalink
Fix arrow position
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Nov 24, 2021
1 parent 006eae4 commit 3acf7b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/Logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,3 @@
.layout-mobile #itemDetailPage .itemName.infoText.parentNameLast {
display: block;
}

.dashboardSection .sectionTitleTextButton>.material-icons {
margin-left: .5em;
}
4 changes: 4 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1881,3 +1881,7 @@ a.button-link.emby-button[href="https://jellyfin.org"]::after
backdrop-filter: blur(4px);
box-shadow: 0 0 44px black;
}

.dashboardSection .sectionTitleTextButton > .material-icons {
margin-left: 0.5em;
}

0 comments on commit 3acf7b6

Please sign in to comment.