fixes styling of merchant items

pull/64/head 0.4.0-rc4
macniel 2025-11-01 12:29:05 +01:00
parent 1d714a3773
commit 72248f2635
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
.merchant-goods {
padding: 8px;
margin: 8px;
columns: 2;
gap: 16px;
overflow-x: hidden;
@ -24,6 +24,7 @@
.merchant-good {
width: 100%;
display: grid;
break-inside: avoid;
grid-template-columns: 32px 1fr 32px;
grid-template-rows: 16px 16px;
grid-template-areas: "img title options" "img price options";