We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb8dc5 commit 4b12f2fCopy full SHA for 4b12f2f
client/modules/Mobile/MobileDashboardView.jsx
@@ -62,7 +62,6 @@ const ContentWrapper = styled(Content)`
62
tbody { height: ${remSize(48)}; }
63
64
.sketches-table-container {
65
- padding-bottom: ${remSize(160)};
66
background: ${prop('SketchList.background')};
67
}
68
.sketches-table__row {
@@ -91,6 +90,19 @@ const ContentWrapper = styled(Content)`
91
90
92
.loader-container { position: fixed ; padding-bottom: 32% }
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
106
`;
107
108
const Subheader = styled.div`
0 commit comments