mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 22:23:45 +08:00
responsive friends table
This commit is contained in:
parent
c101b9245f
commit
3d17cba1b4
4 changed files with 4 additions and 39 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue