wip
This commit is contained in:
parent
2b81ff1fb3
commit
cc85486414
28 changed files with 207 additions and 97 deletions
11
app/pages/uploads/uploads.css
Normal file
11
app/pages/uploads/uploads.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.myUploads {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: grid;
|
||||
grid-gap: 12px;
|
||||
grid-template-columns: repeat(auto-fit, 150px);
|
||||
grid-auto-columns: 150px;
|
||||
grid-auto-rows: 160px;
|
||||
list-style-type: none;
|
||||
overflow: scroll;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue