summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-07-31 20:42:28 +0200
committeranoy <anoymouserver@users.noreply.github.com>2021-08-01 13:05:41 +0200
commit820f75442d2b75e1538f617f44d37d16ca4d7b1d (patch)
tree96ed96a3e0b78f7eea4c132b4613d3be11763893
parent7653a83de3e31c0bc4187d5d824e488a3c438ad0 (diff)
explicitly set icon offset for navigation items
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
-rw-r--r--CHANGELOG.md1
-rw-r--r--css/navigation.css8
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffe0e289d..04d4708d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/css/navigation.css b/css/navigation.css
index 80538715f..e9d2e6ac5 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -31,9 +31,6 @@
background-position: 14px center;
}
-#app-navigation .add-new .heading button {
-}
-
/* actual form content */
#app-navigation .add-new-popup {
@@ -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');
}