/* ==UserStyle==
@name         Small thumbnails
@version      3.1.0
@description  Are thumbnails too large?
Gotcha.
@author       Valognir (https://www.deviantart.com/valognir)
@namespace    https://greasyfork.org/en/scripts/404192-small-thumbnails
@downloadURL none
==/UserStyle== */
@-moz-document domain("deviantart.com") {
    [data-hook^="content_row-"] > div {
        width: auto !important;
    }


    .theme-dark [data-hook="deviation_std_thumb"] {
        background: var(--D2);
    }

    .theme-light [data-hook="deviation_std_thumb"] {
        background: var(--L2);
    }

    [data-hook="content_row-1"] {
        display: flex;
    }

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