[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] UAB: header top modules padding in admin layout
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]> Mon, 13 Jul 2026 12:32:38 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a54dae6be956_3819bef0-155@gitlab-sidekiq-low-urgency-cpu-bound-v2-5c84b44c96-6zhcl.mail> |
luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: 1b7d6323 by luci at 2026-07-13T12:32:36+00:00 [FIX] UAB: header top modules padding in admin layout --- * [FIX] UAB: header top modules padding in admin layout Add some padding to the top modules zone in the admin layout header so the module on the left/right-most end is not "glued" to the edge of the viewport See merge request tikiwiki/tiki!10701 (cherry picked from commit 575ca4e5d57f6966e1fa61d3954f0c0eef21efa4) fad0c78b [FIX] UAB: header top modules padding in admin layout Co-authored-by: luci <gitlab-TfYQc8/[email protected]> - - - - - 1 changed file: - themes/base_files/css/feature/adminui.scss Changes: ===================================== themes/base_files/css/feature/adminui.scss ===================================== @@ -165,6 +165,12 @@ body.tiki-admin { z-index: 1050; } +/* Add some padding so the module on the left/right-most end is not "glued" to the edge of the viewport */ +.layout_admin #page-header .top_modules { + padding-right: calc(var(--bs-gutter-x) * 0.5); + padding-left: calc(var(--bs-gutter-x) * 0.5); +} + .tiki-admin .top_modules { justify-content: flex-end !important; position: sticky; View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1b7d632368261917b1f1a0c12226787c9976cad5 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1b7d632368261917b1f1a0c12226787c9976cad5 You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs