Unverified Commit 9106a143 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

made account menu have min-width, changed max-width to rem from px (#2181)

parent 24d07f61
......@@ -9,7 +9,8 @@
border-radius: 0 0 5px 5px;
background-color: $ui-blue;
padding: 10px;
max-width: 260px;
min-width: 9rem;
max-width: 16.25rem;
overflow: visible;
color: $type-white;
font-size: .8125rem;
......@@ -88,8 +89,4 @@
content: "";
}
}
@media only screen and (max-width: $tablet - 1) {
min-width: 160px;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment