File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ const ContentWrapper = styled(Content)`
33
33
34
34
thead th { padding-left: 0; }
35
35
36
- thead th:not(:first-child), .sketches-table__row td {
36
+ thead th:not(:first-child), tbody td {
37
37
width: ${ remSize ( 54 ) } ;
38
38
}
39
39
40
40
tbody th { font-weight: bold; };
41
41
42
- .sketches-table__row th {
42
+ tbody th {
43
43
font-size: ${ remSize ( 12 ) } ;
44
44
width: 100%;
45
45
padding-right: ${ remSize ( 12 ) }
46
46
};
47
47
48
- .sketches-table__row td {
48
+ tbody td {
49
49
text-align: center;
50
50
}
51
51
52
52
.sketch-list__sort-button { padding: 0 }
53
- .sketches-table__row {
53
+ tbody {
54
54
height: ${ remSize ( 48 ) } ;
55
55
}
56
56
@@ -130,7 +130,7 @@ const MobileDashboard = ({ params, location }) => {
130
130
131
131
< ContentWrapper slimheader >
132
132
< Subheader >
133
- { isOwner ( user , params ) && < SubheaderButton to = { getCreatePathname ( panel , username ) } > new</ SubheaderButton > }
133
+ { isOwner ( user , params ) && ( panel !== Tabs [ 2 ] ) && < SubheaderButton to = { getCreatePathname ( panel , username ) } > new</ SubheaderButton > }
134
134
{ panel === Tabs [ 0 ] && < SketchSearchbar /> }
135
135
{ panel === Tabs [ 1 ] && < CollectionSearchbar /> }
136
136
</ Subheader >
You can’t perform that action at this time.
0 commit comments