✏️
📌 gonna throw down a collection of simple desktop layout css tweaks (mostly hiding things)... is this allowed? no idea
✏️
hiding karma
.dash-stats-karma {
display:none;
}
✏️
hiding profile views / invites

dash-stats-table tr:first-child {
display:none;
visibility: collapse;
}


add # to dash-stats, i could not figure out how to escape tags LOL
for other rows, replace :first-child with :nth-child(insert number here)
✏️
... i'm just gonna replace # with (ht)

removing the extra space that results from above can be done with

(ht)plurk-dashboard (ht)dash-stats table {
height: auto;
}
✏️
i was personally bothered by the relationship status still being there even after setting it empty, so to hide that, do display:none on (hashtag)relationship_container
✏️
for other stuff uhhhhhhhh idk.
apparently i can share this
Plurk sign in - Plurk
rip if it auto-installs though lol
✏️
also this is handy dandy
Plurk-HoverZoom
載入新的回覆