enhance(client): ユーザーポップアップデザインの改善

This commit is contained in:
NoriDev 2023-06-21 02:42:43 +09:00
parent 8c8b7fa20c
commit 8ba57763a6
2 changed files with 14 additions and 0 deletions

View file

@ -28,6 +28,7 @@
### Client
- 리노트 전 확인 팝업을 띄움
- 유저 팝업 디자인 개선
- Fix: 그룹 초대 알림 아이콘이 잘못 표시되는 문제
- Fix: 노트 디자인이 올바르지 않게 표시되는 문제
- Fix: 프로필 아이콘이 투명일 때 노트 답글선이 비치는 문제

View file

@ -145,6 +145,19 @@ onMounted(() => {
background-color: rgba(0, 0, 0, 0.1);
background-size: cover;
background-position: center;
&::after {
content: "";
background-image: var(--blur, inherit);
position: fixed;
inset: 0;
background-size: cover;
background-position: center;
pointer-events: none;
opacity: 0.1;
filter: var(--blur, blur(10px));
}
}
.followed {