From 820f75442d2b75e1538f617f44d37d16ca4d7b1d Mon Sep 17 00:00:00 2001 From: anoy Date: Sat, 31 Jul 2021 20:42:28 +0200 Subject: explicitly set icon offset for navigation items Signed-off-by: anoy --- CHANGELOG.md | 1 + css/navigation.css | 8 +++++--- 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'); } -- cgit v1.2.3