mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
amazing cell editor
This commit is contained in:
parent
712a3cbb77
commit
ef2b6016cd
2 changed files with 15 additions and 6 deletions
|
@ -68,7 +68,14 @@
|
|||
|
||||
.uploads {
|
||||
flex: 1;
|
||||
padding: $gap;
|
||||
padding-bottom: 0;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
grid-column-gap: $gap;
|
||||
grid-row-gap: $gap;
|
||||
}
|
||||
|
||||
.cell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue