Skip to content

Commit f02dcde

Browse files
committed
fix: issue #1169 fix table style
1 parent d097098 commit f02dcde

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

src/components/ChallengeEditor/Registrants/Registrants.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $tc-silver-130: #554e48;
77
$tc-bronze: #d98f64;
88
$tc-bronze-130: #733d17;
99
$tc-gray-10: #d5d5d5;
10+
$tc-gray-50: #808080;
1011
$member-gray: #555;
1112
$member-green: #258205;
1213
$member-blue: #4c50d9;
@@ -90,7 +91,7 @@ $member-red: #ea1900;
9091
outline: none;
9192
font: inherit;
9293
color: inherit;
93-
padding: 10;
94+
padding: 0;
9495

9596
@include xs-to-sm {
9697
padding-left: 0;

src/components/ChallengeEditor/Submissions/Submissions.module.scss

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $base-unit: 5px;
1818
.container {
1919
@include roboto;
2020

21-
max-width: 1060px;
21+
max-width: 966px;
2222
margin-left: auto;
2323
margin-right: auto;
2424

@@ -138,8 +138,8 @@ $base-unit: 5px;
138138
font-weight: 500;
139139
font-size: 15px;
140140
line-height: 15px;
141-
padding-bottom: 14px;
142-
padding-top: 14px;
141+
padding-bottom: 13px;
142+
padding-top: 13px;
143143
color: $tc-gray-50;
144144
background: #e8e8e8;
145145
display: flex;
@@ -193,7 +193,7 @@ $base-unit: 5px;
193193
margin: 0 auto;
194194
padding-bottom: 30px;
195195
line-height: 50px;
196-
text-align: center;
196+
// text-align: center;
197197

198198
@include xs-to-sm {
199199
margin: 30px 0;
@@ -271,6 +271,7 @@ $base-unit: 5px;
271271
}
272272

273273
.col-1 {
274+
display: flex;
274275
padding-left: 30px;
275276
text-align: left;
276277
width: 10%;
@@ -284,22 +285,30 @@ $base-unit: 5px;
284285
}
285286

286287
.col-2 {
287-
width: 10%;
288+
// width: 10%;
289+
display: flex;
290+
width: 150px;
288291
margin-left: 20px;
289292
justify-content: flex-start;
290293
display: flex;
291294
}
292295

293296
.col-3 {
294-
width: 26.6%;
297+
width: 298px;
298+
display: flex;
299+
// width: 26.6%;
295300
}
296301

297302
.col-4 {
298-
width: 26.6%;
303+
display: flex;
304+
// width: 26.6%;
305+
width: 317px;
299306
}
300307

301308
.col-5 {
302-
width: 26.6%;
309+
display: flex;
310+
width: 351px;
311+
// width: 26.6%;
303312
}
304313

305314
.handle {
@@ -346,7 +355,7 @@ $base-unit: 5px;
346355

347356
.header-sort {
348357
display: flex;
349-
justify-content: center;
358+
// justify-content: center;
350359
align-items: center;
351360
cursor: pointer;
352361
border: none;

0 commit comments

Comments
 (0)