浏览代码

UI: Style tweaks to issue selection (#6196)

- Prevent jump in layout when selecting the first issue
- Remove useless padding on top of first issue
tags/v1.9.0-dev
silverwind 5 年前
父节点
当前提交
b1ffe7e47b
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 1
    1
      public/css/index.css
  2. 4
    1
      public/less/_repository.less

+ 1
- 1
public/css/index.css
文件差异内容过多而无法显示
查看文件


+ 4
- 1
public/less/_repository.less 查看文件

@@ -1583,6 +1583,10 @@
display: none;
}

#issue-actions {
margin-top: -1rem !important; // counteract padding from Semantic
}

#issue-actions.hide {
display: none;
}
@@ -1593,7 +1597,6 @@

.issue.list {
list-style: none;
padding-top: 15px;
>.item {
padding-top: 15px;
padding-bottom: 10px;

正在加载...
取消
保存