Skip to content

fix goSupermodel onlinelist for long statuses by marr

Details

Authormarr

LicenseCC-BY-SA-4.0

Categorygosupermodel.com

Created

Updated

Size436 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fix the online list so long statuses don't break the online list!

Notes

something looking wrong or another thing that needs fixing? let me know at Discord (lifeiscrazy『marr』#3604) or goSupermodel (Marr)

Source code

/* ==UserStyle==
@name         fix goSupermodel onlinelist for long statuses
@version      20230504.19.55
@namespace    userstyles.world/user/marr
@description  fix the online list so long statuses don't break the online list! 
@author       marr
@license      CC-BY-SA-4.0
==/UserStyle== */

@-moz-document domain("gosupermodel.com") {
div#online_list_widgetContainer > table.wtable td {
    min-width: 280px;
    max-width: 420px;
}
}

Reviews

No reviews yet.