]> source.dussan.org Git - nextcloud-server.git/commitdiff
Avoid dropdown to float under sidebar for mid narrow screens
authorMorris Jobke <hey@morrisjobke.de>
Fri, 6 Feb 2015 21:43:21 +0000 (22:43 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 6 Feb 2015 21:44:08 +0000 (22:44 +0100)
core/css/share.css

index de909219b76c7dba672b39dd04b5ad655e2dd15d..3ebf3a4b220e2f3d1501c813e4636c6f4dcf8bfb 100644 (file)
        padding:16px;
 }
 
+@media only screen and (min-width: 768px) and (max-width: 990px) {
+       #dropdown {
+               /* this limits the dropdown to float below the sidebar for mid narrow screens */
+               left: 20px;
+       }
+}
+
 #dropdown.shareDropDown .unshare.icon-loading-small {
        margin-top: 1px;
 }