Header table now triggers modified status

This commit is contained in:
2021-04-15 17:08:00 +02:00
parent e94f533554
commit ea19c5bb69
8 changed files with 30 additions and 36 deletions

View File

@@ -187,6 +187,10 @@ body {
pointer-events: none;
}
.tile.active .btn-tile {
opacity: 0;
}
.tile .content {
position: absolute;
left: 0;