improve sync ui

This commit is contained in:
Robin Appelman 2024-11-24 20:23:51 +01:00
commit ed63ffa394
8 changed files with 129 additions and 51 deletions

View file

@ -1,9 +1,9 @@
.map-holder {
position: fixed;
top: 32px;
top: 40px;
left: 0;
width: 100%;
height: calc(100% - 32px - 100px);
height: calc(100% - 40px - 100px);
}
.time-control {