This commit is contained in:
prateek srivastava 2022-03-01 15:46:36 +05:30
parent 630e2a77f4
commit 3710da6d66
4 changed files with 15 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=e7804c84a3c923405168",
"/css/admin.css": "/css/admin.css?id=190719708b97aebe06f8"
"/css/admin.css": "/css/admin.css?id=03d8a469d77b6dcea295"
}

View File

@ -700,12 +700,14 @@ body {
font-weight: 900;
}
.icon.search-icon.search-btn {
position: absolute;
}
.notif-filter {
margin-top: 0px !important;
.icon.search-icon.search-btn {
position: absolute;
top: 5px;
right: 5px;
}
}
.read {

View File

@ -25,9 +25,13 @@
}
}
.icon.search-icon.search-btn {
position: absolute;
z-index: 1;
.notif-filter {
.icon.search-icon.search-btn {
position: absolute;
z-index: 1;
left: 5px;
right: unset;
}
}
@media only screen and (max-width: 768px) {