UX: Search spinner should appear in a decent place in slide-in and drop
This commit is contained in:
parent
6425650931
commit
553d0ebb76
|
@ -104,8 +104,13 @@
|
||||||
|
|
||||||
.searching {
|
.searching {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
top: -3px;
|
top: -3px;
|
||||||
right: 0.75em;
|
right: 0.75em;
|
||||||
|
.drop-down-visible & {
|
||||||
|
top: 0.2em;
|
||||||
|
right: 1.2em;
|
||||||
|
}
|
||||||
.spinner {
|
.spinner {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
|
Loading…
Reference in New Issue