Fixes ASICS tab if user has to many ASICS
Mining Network ASICS Fix by happy_01_offline
Details
Authorhappy_01_offline
LicenseNo License
Categorymining network
Created
Updated
Size374 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mining Network ASICS Fix
@version 20220526.19.14
@namespace userstyles.world/user/happy_01_offline
@description Fixes ASICS tab if user has to many ASICS
@author happy_01_offline
@license No License
==/UserStyle== */
@-moz-document domain("miningnetwork.io") {
[class*="BaseWindow_window_body"] {
max-height: 60vh;
}
}