feat(front/file-uploader): improve file list table density and looks

This commit is contained in:
Alice Gaudon 2022-03-02 11:16:37 +01:00
parent 15441a0941
commit 9807158bb9
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}