mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
enhance(client): ウィジェットの編集時のボタンのデザイン改善
This commit is contained in:
parent
9273353f8e
commit
4f9368db4f
@ -33,6 +33,7 @@
|
||||
- 계정 생성 팝업에 뒤로 가기 버튼 추가
|
||||
- 리액션 버튼 디자인 개선
|
||||
- 새 글꼴 크기 추가
|
||||
- 위젯 편집 시 버튼의 디자인 개선
|
||||
- Fix: (Friendly) 위젯 영역에 safe-area-inset-bottom이 적용되지 않음
|
||||
- Fix: 위젯 편집 시 헤더 이외의 영역을 눌렀을 때 위젯 설정이 뜨는 문제
|
||||
- Fix: 위젯 편집 종료 버튼이 여러 개 있는 문제
|
||||
|
@ -127,8 +127,8 @@ function onContextmenu(widget: Widget, ev: MouseEvent) {
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin: 5px 0;
|
||||
padding: 6px !important;
|
||||
margin: 10px 0;
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.widget {
|
||||
|
Loading…
Reference in New Issue
Block a user