From f39df1606c0ba9c174fa1c65166ee305619d179d Mon Sep 17 00:00:00 2001
From: LucasVadilho <lucas.vadilho@gmail.com>
Date: Wed, 16 Sep 2020 17:18:41 +0000
Subject: [PATCH] Optmize thumbnail for mobile
---
assets/css/style.css | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index adf8eef..9709749 100644
--- a/assets/css/style.css
+++ b/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 */
--
Gitblit v1.10.0