优化侧边栏提交区域无数据时的显示样式
This commit is contained in:
@@ -932,8 +932,10 @@ export function GitLogTab() {
|
|||||||
refreshing={loading || refreshing}
|
refreshing={loading || refreshing}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div className="pt-1 text-xs text-muted-foreground">
|
<div className="flex items-center justify-center flex-1 p-4">
|
||||||
{t("noCommitsFound")}
|
<p className="text-xs text-muted-foreground text-center">
|
||||||
|
{t("noCommitsFound")}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user