Merge pull request #5607 from deepaksinghgusain227/notification-ui
Fixed responsive issue of notification dropdown
This commit is contained in:
commit
88f4b7a91d
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue