Merge pull request #795 from janakamarasena/high-priority-fixes-2

Added bottom margin to 'Show All Notifications' button
revert-70aa11f8
Kamidu Sachith Punchihewa 7 years ago committed by GitHub
commit a895c1f4dd

@ -1173,6 +1173,10 @@ header .dropdown[aria-expanded=true], header .dropdown:hover {
right: 0;
}
.sidebar-wrapper.toggled a.btn{
margin-bottom: 70px;
}
.sidebar-wrapper-animation-fix {
-webkit-transition: left 0.5s ease, right 0.5s ease !important;
-moz-transition: left 0.5s ease, right 0.5s ease !important;

Loading…
Cancel
Save