Fix position of share autocomplete loading icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d754227b4c
commit
f0b588621c
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
.shareTabView .shareWithLoading {
|
||||
padding-left: 10px;
|
||||
right: 30px;
|
||||
top: 2px;
|
||||
right: 35px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.shareTabView .shareWithRemoteInfo,
|
||||
|
|
Loading…
Reference in a new issue