Skip to content
Snippets Groups Projects
Unverified Commit c2028c4e authored by Dominick D'Aniello's avatar Dominick D'Aniello Committed by GitHub
Browse files

Merge pull request #301 from mozilla/bug/avatar-selector-css

Fix avatar selector centering and breakage on FF for android
parents ddbd1e1b 826f6c0f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
position: relative; position: relative;
margin-bottom: 0.5em; margin-bottom: 0.5em;
width: 95%; width: 95%;
text-align: center;
} }
&__avatar-selector { &__avatar-selector {
...@@ -43,7 +44,6 @@ ...@@ -43,7 +44,6 @@
min-height: 200px; min-height: 200px;
max-height: 1000px; max-height: 1000px;
height: 90%; height: 90%;
overflow-y: auto;
&__links { &__links {
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment