Skip to content

CLIP STUDIO ASSETS - Big Thumbnails (Toggle) by 6meikyuu9

Screenshot of CLIP STUDIO ASSETS - Big Thumbnails (Toggle)

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

A toggle you can use when you want to look closer at the thumbnail.

Notes

Source code

/* ==UserStyle==
@name           CLIP STUDIO ASSETS - Dark & Clean
@namespace      https://clip-studio.com
@version        1.0.8
@description    A dark theme that is mainly focused on the Asset store.
@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;
}
}

Reviews

No reviews yet.