Merge pull request #5607 from deepaksinghgusain227/notification-ui

Fixed responsive issue of notification dropdown
This commit is contained in:
Glenn Hermans 2022-01-14 11:26:21 +01:00 committed by GitHub
commit 88f4b7a91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=99de3c7f62be5fb50eaf",
"/css/ui.css": "/css/ui.css?id=9cef07f6a1ec08c925f2"
"/css/ui.css": "/css/ui.css?id=d750a397f6eb65946c0a"
}

View File

@ -1500,6 +1500,18 @@ modal {
}
}
@media only screen and (max-width: 393px){
.notification{
width: 393px;
}
}
@media only screen and (max-width: 390px){
.notification{
width: 390px;
}
}
@media only screen and (max-width: 375px){
.notification{
width: 375px;