1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

[mobile] my libs: redesigned it

This commit is contained in:
llj
2016-11-29 15:03:13 +08:00
parent 214fd20fbb
commit 7a9a89a7d1
6 changed files with 84 additions and 7 deletions

View File

@@ -51,7 +51,10 @@ define([
return;
}
app.ui.currentHighlightedItem = null;
this.$el.removeClass('hl').find(this.hiddenOperationClass).addClass('vh');
this.$el.removeClass('hl');
if ($(window).width() >= 768) {
this.$el.find(this.hiddenOperationClass).addClass('vh');
}
}
});