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;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td, th {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
:global(button) {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
:global(button .icon) {
|
:global(button .icon) {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user