Spacing for editt tabs

This commit is contained in:
dave onion 2025-12-17 15:38:18 -05:00
parent 6a7ec2e23c
commit 5248158432
3 changed files with 20 additions and 2 deletions

View file

@ -9617,6 +9617,13 @@ a#main-content + article {
} }
} }
.gin--horizontal-toolbar .section:has(#block-agarica-local-tasks) {
padding-bottom: 0;
}
.gin--horizontal-toolbar article[data-history-node-id] {
margin-top: 0 !important;
}
.content .image { .content .image {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -10044,7 +10051,7 @@ ion-icon {
.is-fixed { .is-fixed {
position: fixed; position: fixed;
top: 0; top: var(--drupal-displace-offset-top, 0px);
left: 0; left: 0;
right: 0; right: 0;
z-index: 400; z-index: 400;

File diff suppressed because one or more lines are too long

View file

@ -157,4 +157,15 @@ a#main-content {
} }
} }
// Logged in users need a nice view of the edit tabs
.gin--horizontal-toolbar {
.section:has(#block-agarica-local-tasks) {
padding-bottom: 0;
}
article[data-history-node-id] {
margin-top: 0 !important;
}
}