Small Thumbnails + Visible Titles

Are thumbnails too large? Too close together? Would you rather always see titles?

目前為 2023-01-12 提交的版本,檢視 最新版本

/* ==UserStyle==
@name         Small Thumbnails + Visible Titles
@version      3.1.0
@description  Are thumbnails too large? Too close together? Would you rather always see titles?
Gotcha.
@author       Valognir (https://www.deviantart.com/Valognir)
@namespace    https://gf.qytechs.cn/en/scripts/404194-small-thumbnails-visible-titles
==/UserStyle== */
@-moz-document domain("deviantart.com") {
    .theme-dark [data-hook="deviation_std_thumb"] {
        background: var(--D2);
    }
    .theme-light [data-hook="deviation_std_thumb"] {
        background: var(--L2);
    }

    [data-hook="deviation_link"] + div > div > div {
        background: none;
        bottom: -34px;
    }

    [data-hook="deviation_link"] > div,
    [data-hook="deviation_std_thumb"] > div:first-child {
        scale: 70%;
    }

    [data-hook="deviation_link"] + div > div:last-child > div:last-child > div {
        opacity: 1;
    }

    [data-hook="deviation_std_thumb"] {
        padding-bottom: 50px;
    }

    [data-hook="deviation_std_thumb"] > div > div:last-child {
        overflow: visible;
    }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址