소스 검색

Fix overflow x scroll on app content list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v14.0.0RC2
John Molakvoæ (skjnldsv) 5 년 전
부모
커밋
27f14cf91b
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      core/css/apps.scss

+ 3
- 3
core/css/apps.scss 파일 보기

@@ -1078,10 +1078,10 @@ $popovericon-size: 16px;
order: 4;
width: 24px;
height: 24px;
margin: -10px;
margin: -7px; // right padding of item
padding: 22px;
opacity: .3;
cursor: pointer;
cursor: pointer;
&:hover,
&:focus {
opacity: .7;
@@ -1196,7 +1196,7 @@ $popovericon-size: 16px;
opacity: .5;
order: 3;
flex: 1 0;
flex-basis: calc(100% - 24px);
flex-basis: calc(100% - 44px);
}

.app-content-list-item-details {

Loading…
취소
저장