aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index e55feb9..518eff0 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -298,6 +298,22 @@ a.icon {
margin-bottom: 8px;
}
+
+
+
+
+
+div#thumbnail img {
+ width: 100%;
+ height: 100%;
+ max-height: 150px;
+ object-fit: scale-down;
+ padding: 2%;
+}
+
+
+
+
@media (max-width: 600px) {
.bar {
display: none;
@@ -313,4 +329,3 @@ a.icon {
}
-