Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.
当前为
/* ==UserStyle==
@name Small Thumbnails + No Background
@version 3.1.2
@description Are thumbnails too large? Too close together? Would you rather always see titles and get rid of that useless background? Gotcha.
@author Valognir (https://www.deviantart.com/valognir)
@namespace https://greasyfork.org/en/scripts/404193-small-thumbnails-no-background
==/UserStyle== */
@document url("deviantart.com") {
.theme-light [data-hook="deviation_std_thumb"] * {
color: var(--g-typography-primary-light);
}
[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;
content-visibility: visible;
}
[data-hook="deviation_std_thumb"] {
padding-bottom: 50px;
}
[data-hook="deviation_std_thumb"] > div > div:last-child {
overflow: visible;
}
}