Show local tasks on top of hero
This commit is contained in:
parent
5248158432
commit
a3bea01f1a
1 changed files with 12 additions and 1 deletions
|
|
@ -162,10 +162,21 @@ a#main-content {
|
||||||
.gin--horizontal-toolbar {
|
.gin--horizontal-toolbar {
|
||||||
|
|
||||||
.section:has(#block-agarica-local-tasks) {
|
.section:has(#block-agarica-local-tasks) {
|
||||||
padding-bottom: 0;
|
padding-block: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article[data-history-node-id] {
|
article[data-history-node-id] {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:has([data-history-node-id]):has(.hero-main){
|
||||||
|
.section:has(#block-agarica-local-tasks) {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 999;
|
||||||
|
padding-top: 1rem;
|
||||||
|
ul li a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue