Skip to content

Commit

Permalink
explicitly set icon offset for navigation items
Browse files Browse the repository at this point in the history
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
  • Loading branch information
anoymouserver committed Aug 1, 2021
1 parent 7653a83 commit 820f754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
- Added new `news:updater:update-user` command to update the feeds of a single user (#1360).

### Fixed
- Set icon offset explicitly for navigation items

## [15.x.x]
### Changed
Expand Down
8 changes: 5 additions & 3 deletions css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
background-position: 14px center;
}

#app-navigation .add-new .heading button {
}


/* actual form content */
#app-navigation .add-new-popup {
Expand Down Expand Up @@ -89,6 +86,11 @@
}

/* navigation */
#app-navigation ul.with-icon > li > a,
#app-navigation ul.with-icon > li > ul > li > a {
padding-left: 44px;
}

#app-navigation .icon-starred {
background-image: url('../img/starred.png');
}
Expand Down

0 comments on commit 820f754

Please sign in to comment.