[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] UAB: header top modules padding in admin layout
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]> Mon, 13 Jul 2026 10:42:59 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a54c133b96ed_381bfc06029991@gitlab-sidekiq-low-urgency-cpu-bound-v2-dcc9b8cf5-slb76.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
575ca4e5 by luci at 2026-07-13T10:25:04+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
- - - - -
1 changed file:
- themes/base_files/css/feature/adminui.scss
Changes:
=====================================
themes/base_files/css/feature/adminui.scss
=====================================
@@ -161,6 +161,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/575ca4e5d57f6966e1fa61d3954f0c0eef21efa4
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/575ca4e5d57f6966e1fa61d3954f0c0eef21efa4
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