diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 19:45:59 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 19:45:59 +0100 |
commit | 53fcf8ed3cf59f38adfa4d66e925e147a64f7eef (patch) | |
tree | 6c81688e43de8a4746bd981eff2090cf9f6373cb /assets/css/edit.css | |
parent | d97c84ab440b2b68a8068b813638117244864937 (diff) | |
download | wcms-53fcf8ed3cf59f38adfa4d66e925e147a64f7eef.tar.gz wcms-53fcf8ed3cf59f38adfa4d66e925e147a64f7eef.zip |
thumbnail
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 17 |
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 { } - |