소스 검색

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;

Loading…
취소
저장