浏览代码

Fix repo sub menu (#27169) (#27170)

Backport #27169 by @wxiaoguang

Fix #27166

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
tags/v1.21.0-rc1
Giteabot 9 个月前
父节点
当前提交
8d9e2d07f3
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 0
    1
      web_src/css/base.css
  2. 3
    2
      web_src/css/repo.css

+ 0
- 1
web_src/css/base.css 查看文件

@@ -420,7 +420,6 @@ a.silenced:hover {
}

a.label,
.repository-menu a,
.ui.search .results a,
.ui .menu a,
.ui.cards a.card,

+ 3
- 2
web_src/css/repo.css 查看文件

@@ -2044,7 +2044,7 @@
border: none;
display: flex;
align-items: center;
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
padding: 0;
overflow: hidden;
}

@@ -2056,7 +2056,8 @@
align-items: center;
justify-content: center;
gap: 0.25em;
padding: 0 0.25em;
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
text-decoration: none;
}

.repository .repository-summary .sub-menu .item.active {

正在加载...
取消
保存