Add button for sending image
This commit is contained in:
parent
47cd5376e9
commit
accbf276ad
3 changed files with 8 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()">
|
||||
</textarea>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-send-image unselectable"><i class="glyphicon glyphicon-picture"></i></button>
|
||||
<button class="btn btn-send unselectable"><i class="glyphicon glyphicon-send"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue