Compare commits

..

2 Commits

Author SHA1 Message Date
c494a90227 Bump version: 1.3.45 → 1.3.46
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m24s
2025-07-18 14:12:46 +01:00
fc16f5f4f1 add media query 2025-07-18 14:12:43 +01:00
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.3.45"
current_version = "1.3.46"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.45
1.3.46

View File

@ -59,3 +59,14 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, tabl
content: '-';
background-color: #d33333;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
.container {
margin-top: 1rem !important;
}
main {
padding: 0.5em;
}
}