# HG changeset patch # User Mike Becker # Date 1759589947 -7200 # Node ID c3ef1c328b3635de4884ad5d0daf05df5c994d43 # Parent b6357a984ae75693813028fb3a0cee6797b6f67c fix that the edit icon is messing with the menu entry height on some systems diff -r b6357a984ae7 -r c3ef1c328b36 src/main/webapp/WEB-INF/jspf/navmenu.jspf --- a/src/main/webapp/WEB-INF/jspf/navmenu.jspf Sat Oct 04 16:31:41 2025 +0200 +++ b/src/main/webapp/WEB-INF/jspf/navmenu.jspf Sat Oct 04 16:59:07 2025 +0200 @@ -52,7 +52,9 @@ - + + + diff -r b6357a984ae7 -r c3ef1c328b36 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Sat Oct 04 16:31:41 2025 +0200 +++ b/src/main/webapp/lightpit.css Sat Oct 04 16:59:07 2025 +0200 @@ -124,14 +124,18 @@ #sideMenu .menuEntry { white-space: nowrap; - padding-right: 2em; - padding-top: .25em; - padding-bottom: .25em; + padding: .25em; border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #d7d7df; } +#sideMenu .menuEntry .edit-icon-container { + width: .9em; + height: .9em; + display: inline-block; +} + #sideMenu .menuEntry .onhover-edit-icon { display: none; }