dragontheory / D7460N-with-db

Your data your way. Fast, easy, and secure.
https://d7460n-app-with-resizer.pages.dev/
2 stars 1 forks source link

Fix list-item list-cell horizontal alignment #12

Closed dragontheory closed 2 years ago

dragontheory commented 2 years ago
 |     |     |     |
 |     |     |     |
 |     |     |     |
 |     |     |     |
dragontheory commented 2 years ago

Set table minmax for each column:

app-panel:nth-of-type(3) > list-item,
app-panel:nth-of-type(3) panel-list list-item {
  grid-template-columns: minmax(3rem, 3rem) minmax(3rem, 8rem) minmax(7rem, 1fr) minmax(7rem, 1fr) minmax(7rem, 1fr) minmax(7rem, 1fr);
}