Fix controls width

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-04 09:37:59 +01:00
parent c80b824a46
commit 9616074f58
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 0 additions and 8 deletions

View File

@ -47,14 +47,6 @@
top: 44px;
}
/* make sure there's enough room for the file actions */
#body-user #filestable {
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
#body-user #controls {
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
#filestable tbody tr {
height: 51px;
}