Skip to content

Commit 4b12f2f

Browse files
committed
Add minor styling fixes for MobileDashboardView
1 parent ceb8dc5 commit 4b12f2f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const ContentWrapper = styled(Content)`
6262
tbody { height: ${remSize(48)}; }
6363
6464
.sketches-table-container {
65-
padding-bottom: ${remSize(160)};
6665
background: ${prop('SketchList.background')};
6766
}
6867
.sketches-table__row {
@@ -91,6 +90,19 @@ const ContentWrapper = styled(Content)`
9190
9291
.loader-container { position: fixed ; padding-bottom: 32% }
9392
93+
.sketches-table thead th {
94+
background-color: transparent;
95+
}
96+
97+
.asset-table thead th {
98+
height: initial;
99+
align-self: center;
100+
}
101+
102+
.asset-table thead tr {
103+
height: ${remSize(32)}
104+
}
105+
94106
`;
95107

96108
const Subheader = styled.div`

0 commit comments

Comments
 (0)