fix(friendly): The problem that the margin of the notification window is adjusted arbitrarily

This commit is contained in:
NoriDev 2022-09-02 22:05:23 +09:00
parent 818502c549
commit 6b3f690f89

View file

@ -267,7 +267,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
}
> .tl-noti {
width: 400px;
max-width: 25%;
width: 100%;
padding: 0;
}