Skip to content

Commit a3a1834

Browse files
committed
💄 make sketch name bold on sketch list
1 parent d3a620e commit a3a1834

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ const ContentWrapper = styled(Content)`
3333
3434
thead th { padding-left: 0; }
3535
36-
thead th:not(:first-child) {
37-
width: 48px !important;
38-
}
36+
thead th:not(:first-child), .sketches-table__row td {
37+
width: ${remSize(54)};
38+
}
39+
40+
tbody th { font-weight: bold; };
3941
4042
.sketches-table__row th {
4143
font-size: ${remSize(12)};
@@ -45,7 +47,6 @@ const ContentWrapper = styled(Content)`
4547
4648
.sketches-table__row td {
4749
text-align: center;
48-
width: ${remSize(24)} !important;
4950
}
5051
5152
.sketch-list__sort-button { padding: 0 }

0 commit comments

Comments
 (0)