Add minor styling fixes for MobileDashboardView

This commit is contained in:
Cassie Tarakajian 2020-08-12 14:50:31 -04:00
parent ceb8dc5400
commit 4b12f2f2f6

View file

@ -62,7 +62,6 @@ const ContentWrapper = styled(Content)`
tbody { height: ${remSize(48)}; }
.sketches-table-container {
padding-bottom: ${remSize(160)};
background: ${prop('SketchList.background')};
}
.sketches-table__row {
@ -91,6 +90,19 @@ const ContentWrapper = styled(Content)`
.loader-container { position: fixed ; padding-bottom: 32% }
.sketches-table thead th {
background-color: transparent;
}
.asset-table thead th {
height: initial;
align-self: center;
}
.asset-table thead tr {
height: ${remSize(32)}
}
`;
const Subheader = styled.div`