This commit is contained in:
Julie Blanc 2026-02-16 14:04:45 +01:00
parent 1b76727eff
commit 3c10e88b18
14 changed files with 272 additions and 139 deletions

View file

@ -31,10 +31,7 @@
}
&:first-of-type::before{ border-color: var(--color-green-light);}
.chart-edit {
display: block;
margin-right: var(--padding-inner);
}
@ -96,4 +93,8 @@
display: block!important;
z-index: 30;
}
.taxon .chart-edit {
display: block;
margin-right: var(--padding-inner);
}
}