stop rendering spinner in composer for now
This commit is contained in:
parent
b69832cf66
commit
1e29f6cbe9
|
@ -1,7 +1,13 @@
|
||||||
{{#if visible}}
|
{{#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'>
|
<div class='composer-loading'>
|
||||||
{{loading-spinner}}
|
{{loading-spinner}}
|
||||||
</div>
|
</div>
|
||||||
|
--}}
|
||||||
|
|
||||||
<div class='contents'>
|
<div class='contents'>
|
||||||
|
|
||||||
|
|
|
@ -136,13 +136,7 @@ div.ac-wrap {
|
||||||
#reply-control {
|
#reply-control {
|
||||||
.composer-loading {
|
.composer-loading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 45%;
|
left: 48%;
|
||||||
top: 20%;
|
top: 20%;
|
||||||
}
|
}
|
||||||
&.composer-loading {
|
|
||||||
.spinner {
|
|
||||||
z-index: 1000;
|
|
||||||
@include visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue