fix the online list so long statuses don't break the online list!
fix goSupermodel onlinelist for long statuses by marr
Details
Authormarr
LicenseCC-BY-SA-4.0
Categorygosupermodel.com
Created
Updated
Code size436 B
Code checksum159a93b4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}