A couple of tweaks to Mogul Mosaic - because why not
Better Mogul Mosaic by vojta-dev
Details
Authorvojta-dev
LicenseNo License
Categoryludwig.gg
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 Better Mogul Mosaic
@version 20220811.20.57
@namespace userstyles.world/user/vojta-dev
@description A couple of tweaks to Mogul Mosaic - because why not
@author vojta-dev
@license No License
==/UserStyle== */
@-moz-document domain("mosaic.ludwig.gg") {
/* Change color background to black - so you can actually see them */
#main > div.flex.flex-col.flex-wrap.gap-2.justify-center.h-full.absolute.left-0.z-10.p-2.pointer-events-none { background: black; }
/* Remove border from colors */
#main > div.flex.flex-col.flex-wrap.gap-2.justify-center.h-full.absolute.left-0.z-10.p-2.pointer-events-none > div { border: none; }
/* Make colors larger */
#main > div.flex.flex-col.flex-wrap.gap-2.justify-center.h-full.absolute.left-0.z-10.p-2.pointer-events-none > div { transform: none; }
/* Better highlight selected color */
#main > div.flex.flex-col.flex-wrap.gap-2.justify-center.h-full.absolute.left-0.z-10.p-2.pointer-events-none > div.scale-100 { border: 4px solid white; }
/* Hide your name */
#main > button { font-size: 0; } #main > button > div { margin-left: 0; } #main > button > div > div > button { font-size: initial; }
}