fixed size for mobile view
This commit was merged in pull request #67.
This commit is contained in:
@@ -669,6 +669,7 @@ TODO: Responsive ===========================
|
|||||||
.nft-userprofile-wrapper .content-wrapper-profile-only .auth {
|
.nft-userprofile-wrapper .content-wrapper-profile-only .auth {
|
||||||
margin-top: -70px;
|
margin-top: -70px;
|
||||||
}
|
}
|
||||||
|
.react-date-picker__calendar {width: 290px;}
|
||||||
}
|
}
|
||||||
@media (max-width: 376px) {
|
@media (max-width: 376px) {
|
||||||
.notification-page .content-item .notifications {
|
.notification-page .content-item .notifications {
|
||||||
@@ -677,6 +678,7 @@ TODO: Responsive ===========================
|
|||||||
.notification-page .content-item .notifications .icon {
|
.notification-page .content-item .notifications .icon {
|
||||||
@apply mb-2;
|
@apply mb-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
@@ -788,6 +790,7 @@ TODO: Responsive ===========================
|
|||||||
|
|
||||||
.dark .react-date-picker__button svg{stroke: #7B818D;}
|
.dark .react-date-picker__button svg{stroke: #7B818D;}
|
||||||
|
|
||||||
|
.react-date-picker__calendar {inset: 100% 25px auto auto !important;}
|
||||||
.react-date-picker__calendar .react-calendar{
|
.react-date-picker__calendar .react-calendar{
|
||||||
min-height: 18.4rem;
|
min-height: 18.4rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user