This commit is contained in:
Mackie 2026-06-08 08:25:05 +08:00
parent 3affa30fa6
commit bdf7ab65b0

View file

@ -23,10 +23,15 @@
.row {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 1rem;
padding: 1rem; /* Adjust padding as needed */
align-items: center;
border-bottom: 1px solid #2d3748;
box-sizing: border-box;
}
/* Ensure the price text is right-aligned to match professional dashboards */
.row .price {
text-align: right;
font-family: monospace; /* Monospace keeps numbers stable */
}
.row:hover {