support lange desktops

This commit is contained in:
Jörg Henke
2025-01-09 13:41:16 +01:00
parent 23bab9a2b4
commit 5dcc64ac74
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.5.4'
version = '1.5.5'
description = """timetrack"""

View File

@ -44,8 +44,8 @@ body {
@media(min-width:1600px) {
.tabdivblurred {
width: 50%;
margin: auto;
width: 1092px;
}
}