Client: IndexHeader: fixed mobile padding

This commit is contained in:
Dmitry Sychugov 2024-05-03 19:39:24 +05:00
parent e4178cc974
commit 059717eac7

View File

@ -63,6 +63,7 @@ const StyledTableIndexMenu = styled.div`
}
@media ${mobile} {
height: 48px;
padding: 0px 18px;
}
.table-header_index-separator {