fix(fe/files_panel): use table layout and fix issues

This commit is contained in:
hexxa 2021-12-11 20:44:11 +08:00 committed by Hexxa
parent 0fc878ea7b
commit 3133720d79
14 changed files with 262 additions and 133 deletions

View file

@ -479,3 +479,18 @@
overflow-wrap: break-word;
display: block;
}
.clickable {
cursor: pointer;
}
.v-mid {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: flex-start;
}
.full-width {
width: 100%;
}