Avoid dropdown to float under sidebar for mid narrow screens

This commit is contained in:
Morris Jobke 2015-02-06 22:43:21 +01:00
parent 80e38b84dc
commit 8b2e09a77e
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}