improving mobile accesability

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-08 22:23:20 +02:00
parent 8107157f6a
commit 14656a813c
2 changed files with 21 additions and 6 deletions

View File

@@ -359,4 +359,14 @@ table{
border: 0 none;
background: none;
color: orange;
}
.boundary{
position: relative;
}
.boundary button.save{
position: absolute;
right: 0;
bottom: 0;
}