Fixed: Tidy up the Author / Book files table

Closes #1089
This commit is contained in:
ta264
2021-07-21 21:57:51 +01:00
parent 71a34c7650
commit af9f8a9a18
5 changed files with 98 additions and 46 deletions

View File

@@ -1,3 +1,16 @@
.filesTable {
margin-bottom: 20px;
padding-top: 15px;
border: 1px solid $borderColor;
border-top: 1px solid $borderColor;
border-radius: 4px;
background-color: $white;
&:last-of-type {
margin-bottom: 0;
}
}
.actions {
display: flex;
margin-right: auto;