Make the preview icon smaller

This commit is contained in:
Girish Ramakrishnan
2019-05-31 14:25:03 -07:00
parent 788e7c40e9
commit 2abca93333
2 changed files with 6 additions and 3 deletions

View File

@@ -159,12 +159,12 @@
<label class="control-label">Icon</label>
<a href="" class="pull-right" style="font-weight: normal;" ng-click="appConfigure.resetCustomIcon()">Reset Icon</a>
</div>
<br>
<div id="previewIcon" class="app-custom-icon" ng-click="appConfigure.showCustomIconSelector()" style="background-image: url('{{appConfigure.icon.data || appConfigure.icon.url || appConfigure.app.iconUrl}}');">
<div class="overlay"></div>
</div>
<input type="file" id="iconFileInput" style="display: none" accept="image/png"/>
</div>
<br/>
</uib-tab>
<uib-tab index="'advanced'" heading="Advanced">