responsive friends table

This commit is contained in:
Christian Fehmer 2025-09-04 12:58:16 +02:00 committed by Christian Fehmer
parent c101b9245f
commit 3d17cba1b4
4 changed files with 4 additions and 39 deletions

View file

@ -234,17 +234,6 @@
.pageFriends {
.content .friends table {
font-size: 0.75rem;
//hide friends for, tests
td:nth-child(2),
td:nth-child(4),
td:nth-child(6) {
//border: 1px dashed red;
display: none;
}
.badge .text {
display: none;
}
}
}
}

View file

@ -103,17 +103,7 @@
}
.pageFriends {
.content .friends table {
font-size: 0.75rem;
td:nth-child(2),
td:nth-child(3),
td:nth-child(4),
td:nth-child(5),
td:nth-child(6) {
display: none;
}
.badge .text {
td:nth-child(3) {
display: none;
}
}

View file

@ -279,14 +279,9 @@
}
.pageFriends {
.content .friends table {
font-size: 0.9rem;
td:nth-child(2),
td:nth-child(6) {
display: none;
}
.badge .text {
td:nth-child(4),
td:nth-child(7),
td:nth-child(8) {
display: none;
}
}

View file

@ -325,19 +325,10 @@
.pageFriends {
.content .friends table {
font-size: 0.75rem;
td:nth-child(2),
td:nth-child(3),
td:nth-child(4),
td:nth-child(5),
td:nth-child(6) {
display: none;
}
.badge .text {
display: none;
}
}
}