change mobile breakpoint for shared view to 768px as well

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent 8958b9147b
commit eeaefd84c3
  1. 2
      apps/files_sharing/css/mobile.css

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* make header scroll up for single shares, more view of content on small screens */
#header.share-file {

Loading…
Cancel
Save