diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/share.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index de909219b76..3ebf3a4b220 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; } |