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 @@ ...@@ -9,7 +9,8 @@
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
background-color: $ui-blue; background-color: $ui-blue;
padding: 10px; padding: 10px;
max-width: 260px; min-width: 9rem;
max-width: 16.25rem;
overflow: visible; overflow: visible;
color: $type-white; color: $type-white;
font-size: .8125rem; font-size: .8125rem;
...@@ -88,8 +89,4 @@ ...@@ -88,8 +89,4 @@
content: ""; 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