feat(management-tabs): responsive tabs with options

This commit is contained in:
RadoslavDimchev 2024-04-09 21:38:24 +03:00 committed by Emil Ivanichkov
parent 5e4f00e67e
commit ae841b2dc6
2 changed files with 7 additions and 7 deletions

View File

@ -93,6 +93,8 @@ const ManagementTabs = () => {
className="transparent-scrollbar"
style={{
cursor: 'pointer',
display: 'flex',
width: '100%',
overflowX: 'auto',
whiteSpace: 'nowrap',
}}

View File

@ -28,17 +28,15 @@
padding: 8px 16px;
}
@media (max-width: 600px) {
.tabs {
overflow-x: auto;
overflow-y: none;
}
}
@media (max-width: 600px) {
.cards {
flex-direction: column;
}
.tabs-settings-container {
flex-direction: column;
align-items: flex-start;
}
}
/* Hide Effectiveness */