implemented joining of times

This commit is contained in:
2025-09-01 23:31:46 +02:00
parent 50dbe9a4e5
commit 45c2f3978f
6 changed files with 111 additions and 15 deletions

View File

@@ -344,4 +344,17 @@ li > a > p:nth-child(1){
}
table{
width: 100vw;
}
.start_end{
position: relative;
}
.start_end button.join{
position: absolute;
right: 0;
top: -12px;
border: 0 none;
background: none;
color: orange;
}