Merge branch 'dev'

This commit is contained in:
2025-09-01 23:32:38 +02:00
6 changed files with 111 additions and 15 deletions

View File

@@ -345,4 +345,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;
}