From 53fcf8ed3cf59f38adfa4d66e925e147a64f7eef Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 28 Mar 2019 19:45:59 +0100 Subject: thumbnail --- assets/css/edit.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'assets/css/edit.css') 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 { } - -- cgit v1.2.3