1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-03 09:18:58 +09:00

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;
}