Fixed Text alignment

This commit is contained in:
defnax 2026-08-12 18:50:51 +02:00
parent 6299503bb5
commit 1fa842eee3
2 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,8 @@ table.friendsfiles th:nth-child(1) {
}
table.friendsfiles th:nth-child(2) {
width: 50%;
text-align: left;
padding-left: 0.25rem;
}
table.friendsfiles th:nth-child(4) {
width: 40%;

File diff suppressed because one or more lines are too long