Moveing of objects
This commit is contained in:
parent
cfd5bfd719
commit
25bbc0c748
7 changed files with 167 additions and 16 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue