Skip to content

Commit

Permalink
Reduced the size of the sidebar folders ever so slightly
Browse files Browse the repository at this point in the history
EddieEldridge committed Aug 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c048032 commit b9460b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tolkien-ui.css
Original file line number Diff line number Diff line change
@@ -383,14 +383,14 @@ i.fa-caret-left::before{

/* #region Folders as buttons */
.sidebar-tab .folder .folder-header {
background-image: url(./ui/img/buttonlight3.png) !important;
background-image: url(./ui/img/buttonlight3.png) !important;
text-align: left !important;
background-position: center !important;
background-size: 100% 55px!important;
background-size: 100% 51px!important;
background-repeat: no-repeat !important;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 25px;
padding-top: 10px;
padding-bottom: 12px;
padding-left: 22px;
color: #ffffff;
text-shadow: 2px 2px black;
}

0 comments on commit b9460b3

Please sign in to comment.