Skip to content

Commit 354388b

Browse files
authored
Merge pull request #43 from bestony/feature/user_select_perf
Feature/user select perf
2 parents 7a57534 + 7870aeb commit 354388b

File tree

2 files changed

+198
-194
lines changed

2 files changed

+198
-194
lines changed

css/style.css

+38-24
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,59 @@
1-
html, body, pre, code, kbd, samp {
2-
font-family: "Press Start 2P";
3-
/* "Press Start 2P"; */
4-
/*font-size: 30px;*/
1+
html,
2+
body,
3+
pre,
4+
code,
5+
kbd,
6+
samp {
7+
font-family: "Press Start 2P";
8+
/* "Press Start 2P"; */
9+
/*font-size: 30px;*/
10+
}
11+
12+
.user-box {
13+
border: dashed;
14+
border-color: rgba(0, 0, 0, 0);
15+
}
16+
17+
.user-box:hover {
18+
border-color: rgba(0, 0, 0, 0.212) !important;
519
}
620

721
.container {
8-
margin-top: 30px;
9-
padding: 1.5rem 2rem;
10-
margin-bottom: 70px;
11-
border-color: #000;
12-
border-style: solid;
13-
border-width: 4px;
22+
margin-top: 30px;
23+
padding: 1.5rem 2rem;
24+
margin-bottom: 70px;
25+
border-color: #000;
26+
border-style: solid;
27+
border-width: 4px;
1428
}
1529

1630
.container>.title {
17-
display: table;
18-
padding: 0 .5rem;
19-
margin: -2.2rem -1rem 1rem;
20-
font-size: 1rem;
21-
background-color: #fff;
31+
display: table;
32+
padding: 0 .5rem;
33+
margin: -2.2rem -1rem 1rem;
34+
font-size: 1rem;
35+
background-color: #fff;
2236
}
2337

2438
.username {
25-
font-size: 20px;
39+
font-size: 20px;
2640
}
2741

2842
.username:hover {
29-
color: rgb(87, 98, 255);
43+
color: rgb(87, 98, 255);
3044
}
3145

3246
.header {
33-
margin: 20px 0px;
34-
padding: 40px 0;
35-
line-height: 2.0;
47+
margin: 20px 0px;
48+
padding: 40px 0;
49+
line-height: 2.0;
3650
}
3751

3852
.nes-btn {
39-
display: flex;
40-
margin: 0 auto;
53+
display: flex;
54+
margin: 0 auto;
4155
}
4256

4357
.column.is-two-fifths {
44-
flex: auto;
45-
}
58+
flex: auto;
59+
}

0 commit comments

Comments
 (0)