0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 23:32:58 +00:00

thumbnail preview de-uglification

This commit is contained in:
Gazook89
2022-09-21 20:50:10 -05:00
parent b120c47faa
commit f3c9dde801

View File

@@ -80,12 +80,11 @@
justify-self: center; justify-self: center;
width: 80px; width: 80px;
height: min-content; height: min-content;
border: 2px solid white;
flex: 1 1; flex: 1 1;
max-height: 115px; max-height: 115px;
aspect-ratio: 1 / 1; aspect-ratio: 1 / 1;
object-fit: contain; object-fit: contain;
background-color: cadetblue; background-color: #AAA;
} }
.systems.field .value{ .systems.field .value{