Skip to content

Commit

Permalink
fix: 🐛 Corrected padding on library pages for mobile clients
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 23, 2024
1 parent bdcb756 commit 6c3ab00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ html {
margin: 0 .29em;
}

.layout-mobile .libraryPage:not(.noSecondaryNavPage) {
padding-top: 8.5em !important;
}

.paper-icon-button-light > div {
width: 25px;
height: 25px;
Expand Down

0 comments on commit 6c3ab00

Please sign in to comment.