소스 검색

Fixed the action part panel having too small of a max height

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
e97305e384
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      style.css

+ 1
- 1
style.css 파일 보기

@@ -135,7 +135,7 @@ body.dark #log {
}

.action-part-container {
max-height: 400px;
max-height: 1000px;
display: flex;
flex-wrap: wrap;
}


불러오는 중...
취소
저장