do md style dropdowns only on mobile @julianlam

This commit is contained in:
psychobunny
2015-08-24 17:36:10 -04:00
parent 3e1ddb1e2c
commit 29859335a8
2 changed files with 4 additions and 6 deletions

View File

@@ -53,11 +53,6 @@
bottom: 30px;
}
.dropdown-menu {
margin-top: -35px;
margin-right: -2px;
}
.user-img {
width:24px;
height:24px;

View File

@@ -169,5 +169,8 @@
}
.dropdown-menu {
margin-top: -35px;
margin-right: -2px;
}
}