gui improvements

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-10 11:53:28 +01:00
parent 2cd99f362b
commit b6a025a55b
3 changed files with 7 additions and 0 deletions

View File

@@ -281,6 +281,7 @@
"permission_read_only": "lesen",
"phone": "Telefon",
"pieces": "Stück",
"polls": "Umfragen",
"pos": "Pos",
"position": "Position",
"positions": "Positionen",

View File

@@ -281,6 +281,7 @@
"permission_read_only": "read-only",
"phone": "phone",
"pieces": "pieces",
"polls": "polls",
"pos": "pos",
"position": "position",
"positions": "positions",

View File

@@ -109,6 +109,10 @@ nav a.note::before {
content: " ";
}
nav a.poll::before {
content: " ";
}
nav a.project::before {
content: " ";
}
@@ -140,6 +144,7 @@ nav a.file,
nav a.mark,
nav a.message,
nav a.note,
nav a.poll,
nav a.project,
nav a.stock,
nav a.tags,