Makes the box for favorites be able to grow to 600px before making you scroll.
Clickup - Bigger Favorites Box by mbeck
Details
Authormbeck
LicenseNo License
Categoryclickup
Created
Updated
Size198 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
V1.0.0
Source code
/* ==UserStyle==
@name Clickup - Bigger Favorites Box
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
.cu-sidebar-favorites__list {
max-height: 600px;
}