fix: truncate repo name(7ch by default) in small screen

do not hide repo header
This commit is contained in:
Weihua Lu
2021-04-07 20:46:19 +08:00
committed by Tienson Qin
parent b718d4f50a
commit 3d7642ace8
4 changed files with 19 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
:stroke-linejoin "round"
:stroke-linecap "round"}]]]])
[:div.flex-shrink-0.flex.items-center.px-4.h-16.head-wrap
(repo/repos-dropdown false nil)]
(repo/repos-dropdown nil)]
[:div.flex-1.h-0.overflow-y-auto
(sidebar-nav route-match close-fn)]]])