web/PickerDialog: align the grid perfectly, better scaling

This commit is contained in:
wukko
2025-02-13 00:26:45 +06:00
parent c0b671e45f
commit 553b3f9091
2 changed files with 51 additions and 11 deletions

View File

@@ -62,7 +62,7 @@
.picker-item {
position: relative;
background: none;
padding: 2px;
padding: 0;
box-shadow: none;
border-radius: calc(var(--border-radius) / 2 + 2px);
}