Private
Public Access
1
0

works with remove thru trash can

This commit is contained in:
Sander Roosendaal
2022-04-05 14:25:29 +02:00
parent 5ba43564f8
commit fdcad2a3f1
2 changed files with 108 additions and 42 deletions

View File

@@ -325,7 +325,7 @@ th.rotate > div > span {
.stepcontainer {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
@@ -341,6 +341,22 @@ th.rotate > div > span {
border: 3px dotted #666;
}
.drop-zone {
position: relative;
overflow: hidden;
background: #878787;
color: white;
padding: 10px;
}
.trash-can {
position: relative;
overflow: hidden;
background: red;
color: white;
padding: 10px;
}
.divlines {
display: block;
overflow-x: hidden;