mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 18:36:24 +00:00
(css) Fix close button of card and msg viewers
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="sg-face" layout="column" layout-fill="layout-fill">
|
||||
<md-card>
|
||||
<md-card-actions flex-none="flex-none" layout="row" layout-align="end center">
|
||||
<md-button class="sg-icon-button show hide-gt-md"
|
||||
<md-button class="sg-icon-button hide-gt-xs"
|
||||
label:aria-label="Close"
|
||||
ng-click="editor.close()">
|
||||
<md-icon>close</md-icon>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
ng-click="viewer.closePopup()">
|
||||
<md-icon>close</md-icon>
|
||||
</md-button>
|
||||
<md-button class="md-icon-button hide-gt-md"
|
||||
<md-button class="md-icon-button hide-gt-xs"
|
||||
ng-hide="isPopup"
|
||||
label:aria-label="Close"
|
||||
ng-click="viewer.close()">
|
||||
|
||||
Reference in New Issue
Block a user