Organize Gandi sprites in a grid and remove unnecessary stuff so YOU can fit more sprites without scrolling! (it can fit 35 sprites)
Gandi Compact Sprite selector by fath11
Details
Authorfath11
LicenseNo License
Categoryhttps://cocrea.world/gandi
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gandi compact sprite selector
@version 20230621.02.37
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://cocrea.world/gandi") {
.gandi_sprite-selector-item_sprite-item_2leTl {
display: flex;
align-items: center;
width: 100%;
height: 48px;
position: relative;
font-size: 14px;
color: var(--theme-text-primary);
cursor: pointer;
-webkit-user-select: none;
user-select: none;
border-bottom: 1px solid var(--theme-color-200);
border-right: 1px solid var(--theme-color-200);
border-left: 1px solid var(--theme-color-200);
}
.gandi_sprite-selector-item_target-visible-button_2fD8J {
background: 0 0;
height: 100%;
width: 33px;
outline: 0;
border-right: 0px solid var(--theme-color-200);
display: flex;
align-items: center;
cursor: pointer;
flex-shrink: 0;
}
.gandi_sprite-selector-item_more_kADxQ {
width: 0px;
height: 0px;
}
.gandi_sprite-selector-item_sprite-info_EBuo9 {
flex: auto;
font-size: 0px;
-webkit-user-select: none;
user-select: none;
}
.gandi_sprite-selector_sprite-wrapper_1C5Mq {
width: 20%;
}
}