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:
parent
818502c549
commit
6b3f690f89
@ -267,7 +267,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
||||
}
|
||||
|
||||
> .tl-noti {
|
||||
width: 400px;
|
||||
max-width: 25%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user