ソースを参照

Prevent duplicate sidebar display in mobile view (#4592)

version-14
Brown-Harry Boma 7年前
committed by Rushabh Mehta
コミット
67f30a762c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/www/me.html

+ 1
- 1
frappe/www/me.html ファイルの表示

@@ -34,7 +34,7 @@
</div>
</div>
</div>
<div class="col-xs-12 visible-xs" style="min-height: 400px; padding: 10px 0 0 0">
<div class="col-xs-12 hide" style="min-height: 400px; padding: 10px 0 0 0">
<ul class="list-group">
<a class="list-group-item" href="/profile">
{{ _("Profile") }}


読み込み中…
キャンセル
保存