BUGFIX: cut up line while searching in chrome mac

This commit is contained in:
Sam 2014-06-06 17:15:14 +10:00
parent 41b15d1ad1
commit cc1bbf3a7b
1 changed files with 6 additions and 2 deletions

View File

@ -239,8 +239,12 @@
.searching {
display: block;
position: absolute;
top: 13px;
right: 13px;
top: 17px;
// keep the height here, otherwise
// crazy positioning will happen due
// to the spinner animation
height: 100%;
right: 15px;
color: scale-color($primary, $lightness: 50%);
font-size: 18px;
}