Skip to content
Snippets Groups Projects
Commit ca7f36bd authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Set `object-fit: contain` on image chooser

parent 47014e76
Branches
Tags
1 merge request!3A bunch of design stuff
......@@ -263,6 +263,7 @@ main {
& > img {
border: @option_border solid var(--bg);
border-radius: 2 * @option_border;
object-fit: contain;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment