style balance sticky toolbar padding

Add matching top padding so the sticky controls bar is symmetric with its bottom padding.

Commit
5d58c3f877e30ad282b1e0ab5aafdcda1b0a2325
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/public/css/app.css
index 67499880..1a6e946f 100644..100644
@@ -45,6 +45,7 @@
45 45 top: var(--navbar-height);
46 46 z-index: 1015;
47 47 background: var(--bs-body-bg, #fff);
48 Added: padding-top: 0.5rem;
48 49 padding-bottom: 0.5rem;
49 50 }
50 51
@@ -53,6 +54,7 @@
53 54 top: var(--navbar-height);
54 55 z-index: 1015;
55 56 background: var(--bs-body-bg, #fff);
57 Added: padding-top: 0.5rem;
56 58 padding-bottom: 0.5rem;
57 59 }
58 60