diff --git a/core/css/share.css b/core/css/share.css index de909219b76c7dba672b39dd04b5ad655e2dd15d..3ebf3a4b220e2f3d1501c813e4636c6f4dcf8bfb 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -16,6 +16,13 @@ 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; }