A toggle you can use when you want to hide the content you have bought.
CLIP STUDIO ASSETS - Hide Bought Assets (Toggle) by 6meikyuu9
Details
Author6meikyuu9
LicenseCC BY-NC-ND 4.0
Categoryclip-studio.com
Created
Updated
Size749 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is an extension to my theme, using it as-is will make it look weird.
Please install:
https://userstyles.world/style/6497/clip-studio-assets-dark-clean
Source code
/* ==UserStyle==
@name CLIP STUDIO ASSETS - Hide Bought Assets (Toggle)
@namespace https://clip-studio.com
@version 1.0.0
@description A toggle you can use when you want to hide the content you have bought.
@author Meikyuu
==/UserStyle== */
@-moz-document url-prefix("https://assets.clip-studio.com") {
.materialCard__purchased {
color: #3a3a3a;
text-shadow: none;
opacity: 1;
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
font-size: 100px;
background: #3a3a3a;
width: 181px;
height: 311px;
padding: 0px;
z-index: 9;
border-radius: 10px;
}
}