mobile: adjust break to 768, also fix min-widths

This commit is contained in:
Jan-Christoph Borchardt 2014-03-21 16:36:45 +01:00
parent c6aefada71
commit f2566e649f
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
}
/* make sure there's enough room for the file actions */
#body-user #filestable {
min-width: 750px;
min-width: 688px;
}
#body-user #controls {
min-width: 600px;

View File

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* dont require a minimum width for files table */
#body-user #filestable {

View File

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* show caret indicator next to logo to make clear it is tappable */
#owncloud.menutoggle {