1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Migrated attachment manager to vue

This commit is contained in:
Dan Brown
2017-08-19 13:55:56 +01:00
parent a04b31866d
commit afc66b3c3d
9 changed files with 231 additions and 401 deletions

View File

@@ -59,18 +59,9 @@ table.list-table {
}
}
table.file-table {
@extend .no-style;
td {
padding: $-xs;
}
.ui-sortable-helper {
display: table;
}
}
.fake-table {
display: table;
width: 100%;
> div {
display: table-row-group;
}