mobile: adjust break to 768, also fix min-widths
This commit is contained in:
parent
c6aefada71
commit
f2566e649f
|
@ -77,7 +77,7 @@
|
||||||
}
|
}
|
||||||
/* make sure there's enough room for the file actions */
|
/* make sure there's enough room for the file actions */
|
||||||
#body-user #filestable {
|
#body-user #filestable {
|
||||||
min-width: 750px;
|
min-width: 688px;
|
||||||
}
|
}
|
||||||
#body-user #controls {
|
#body-user #controls {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
|
||||||
/* don’t require a minimum width for files table */
|
/* don’t require a minimum width for files table */
|
||||||
#body-user #filestable {
|
#body-user #filestable {
|
||||||
|
|
|
@ -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 */
|
/* show caret indicator next to logo to make clear it is tappable */
|
||||||
#owncloud.menutoggle {
|
#owncloud.menutoggle {
|
||||||
|
|
Loading…
Reference in New Issue