mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 22:23:19 +00:00
(js) Keep center list visible on xs screen
For Calendar module.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
|
||||
<div class="view-list ng-hide" layout="column"
|
||||
ng-show="list.selectedList >= 0"
|
||||
ng-class="{'view-list--close': centerIsClose}"
|
||||
ng-class="{'view-list--close': app.centerIsClose(centerIsClose)}"
|
||||
ui-view="listView">
|
||||
<md-toolbar class="md-accent md-hue-1 hide-print" flex-none="flex-none"
|
||||
ng-hide="list.mode.multiple">
|
||||
|
||||
Reference in New Issue
Block a user