mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 11:53:17 +00:00
fix(web): add missing tooltips for expand/reduce buttons
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
<md-button ng-click="toggleCenter()"
|
||||
class="sg-icon-button md-primary md-hue-1 hide show-gt-xs"
|
||||
aria-hidden="true">
|
||||
<md-tooltip ng-if="centerIsClose" md-direction="bottom">{{ ::'Reduce' | loc }}</md-tooltip>
|
||||
<md-tooltip ng-else="centerIsClose" md-direction="bottom">{{ ::'Expand' | loc }}</md-tooltip>
|
||||
<md-icon>{{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }}</md-icon>
|
||||
</md-button>
|
||||
<md-button class="sg-icon-button hide-gt-xs"
|
||||
|
||||
Reference in New Issue
Block a user