feat(front/file-uploader): improve file list table density and looks
This commit is contained in:
parent
15441a0941
commit
9807158bb9
@ -64,12 +64,20 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
:global(button) {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
:global(button .icon) {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user