UX: Search spinner should appear in a decent place in slide-in and drop

This commit is contained in:
Robin Ward 2015-08-31 16:41:08 -04:00
parent 6425650931
commit 553d0ebb76
1 changed files with 5 additions and 0 deletions

View File

@ -104,8 +104,13 @@
.searching {
position: absolute;
top: -3px;
right: 0.75em;
.drop-down-visible & {
top: 0.2em;
right: 1.2em;
}
.spinner {
width: 10px;
height: 10px;