mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-19 00:03:19 +09:00
fix(client): ウィジェット追加領域の位置が右に傾いている
This commit is contained in:
parent
4f9368db4f
commit
4dcd74015b
@ -38,6 +38,7 @@
|
||||
- Fix: 위젯 편집 시 헤더 이외의 영역을 눌렀을 때 위젯 설정이 뜨는 문제
|
||||
- Fix: 위젯 편집 종료 버튼이 여러 개 있는 문제
|
||||
- Fix: 일부 옵션 변경 시 페이지를 새로 고치도록
|
||||
- Fix: 위젯 추가 영역의 위치가 오른쪽으로 치우쳐 있음
|
||||
|
||||
---
|
||||
|
||||
|
@ -146,7 +146,7 @@ function onContextmenu(widget: Widget, ev: MouseEvent) {
|
||||
|
||||
> * {
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user