Moveing of objects

This commit is contained in:
Magnus Åhall 2025-07-05 09:57:20 +02:00
parent cfd5bfd719
commit 25bbc0c748
7 changed files with 167 additions and 16 deletions

View file

@ -99,7 +99,7 @@ body {
& > div.ops {
display: grid;
grid-template-columns: min-content 1fr min-content min-content;
grid-template-columns: min-content 1fr repeat(3, min-content);
align-items: center;
grid-gap: 8px;
@ -164,6 +164,12 @@ body {
font-weight: bold;
}
}
&.marked {
& > .name {
color: #a00;
}
}
&.expanded {
&>.children {