mirror of https://github.com/lxndrblz/anatole.git

LucasVadilho
16.18.2020 f39df1606c0ba9c174fa1c65166ee305619d179d
Optmize thumbnail for mobile

Wraps the thumbnail bellow text if `--thumbnail-position=1` or above, if `--thumbnail-position=-1`.
1 files modified
9 ■■■■■ changed files
assets/css/style.css 9 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -952,6 +952,15 @@
    .theme-switch-item {
        float: none;
    }
    .preview {
        flex-direction: column;
        align-items: center;
    }
    .preview .thumbnail {
        order: var(--thumbnail-position);
    }
}
/* Medium zoom */