A toggle you can use when you want to look closer at the thumbnail.
CLIP STUDIO ASSETS - Big Thumbnails (Toggle) by 6meikyuu9
Details
Author6meikyuu9
LicenseCC BY-NC-ND 4.0
Categoryclip-studio.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is an extension to my theme, but it can be used as-is.
https://userstyles.world/style/6497/clip-studio-assets-dark-clean
Source code
/* ==UserStyle==
@name CLIP STUDIO ASSETS - Big Thumbnails (Toggle)
@namespace https://clip-studio.com
@version 1.0.8
@description A toggle you can use when you want to look closer at the thumbnail.
@author Meikyuu
==/UserStyle== */
@-moz-document domain("clip-studio.com") {
#detail .materialContentItem__item img {
width: 300px;
height: 300px;
background: #fff;
transition: background 0.5s ease-in-out;
border-radius: 10px;
}
#detail .layout__materialHeaderThumbnail .materialHeaderThumbnail--pc canvas,
#detail .layout__materialHeaderThumbnail .materialHeaderThumbnail--pc img {
width: 240px;
height: 240px;
}
#detail .layout__container {
margin: auto;
padding: 10px;
border-radius: 0px 0px 10px 10px;
}
#detail .layout__container,
#detail .layout__authorTop,
#detail .layout__materialHeader,
#detail .headTags {
max-width: 1500px !important;
min-width: 1500px !important;
width: 1500px !important;
}
}