Add minor styling fixes for MobileDashboardView
This commit is contained in:
parent
ceb8dc5400
commit
4b12f2f2f6
1 changed files with 13 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue