Skip to content
Snippets Groups Projects
Commit edaa68e1 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Remove the flicker when switching from pick email to add new email.

close #410
parent 71dd1ea2
No related branches found
No related tags found
No related merge requests found
......@@ -512,6 +512,10 @@ html[xmlns] .cf {
overflow-y: auto;
}
.pickemail .form_section {
height: 176px;
}
.add {
font-size: 80%;
}
......
......@@ -13,7 +13,7 @@
<div class="vertical">
<strong>Sign in using</strong>
<div id="selectEmail">
<div id="selectEmail" class="form_section">
<ul class="inputs">
<% _.each(identities, function(email_obj, email_address) { %>
<li>
......@@ -34,7 +34,7 @@
</div>
</div>
<div id="addEmail" class="cf">
<div id="addEmail" class="cf form_section">
<ul class="inputs">
<li>
......
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