stop rendering spinner in composer for now
This commit is contained in:
parent
b69832cf66
commit
1e29f6cbe9
|
@ -1,7 +1,13 @@
|
|||
{{#if visible}}
|
||||
|
||||
{{!--
|
||||
note this spinner is NEVER turned "off" when the composer is open
|
||||
so I'm going to stop rendering it until we figure out what's up
|
||||
|
||||
<div class='composer-loading'>
|
||||
{{loading-spinner}}
|
||||
</div>
|
||||
--}}
|
||||
|
||||
<div class='contents'>
|
||||
|
||||
|
|
|
@ -136,13 +136,7 @@ div.ac-wrap {
|
|||
#reply-control {
|
||||
.composer-loading {
|
||||
position: absolute;
|
||||
left: 45%;
|
||||
left: 48%;
|
||||
top: 20%;
|
||||
}
|
||||
&.composer-loading {
|
||||
.spinner {
|
||||
z-index: 1000;
|
||||
@include visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue