@@ -13,46 +13,39 @@ const Section = styled.div`
13
13
padding: 0.4rem;
14
14
margin: 0rem 0rem 1.2rem 1.2rem;
15
15
box-sizing: border-box;
16
- /* border: 1px solid purple; */
17
16
border-radius: 10px;
18
17
-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
19
- -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
20
- box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
21
- /* background-color: #fff ; */
18
+ -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
19
+ box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
20
+ /* border: 1px solid purple ; */
22
21
` ;
23
22
24
23
const CommentAuthor = styled . div `
25
24
display: flex;
26
- /* align-items: center; */
27
- /* border: 1px solid yellow; */
28
-
29
25
img {
30
26
width: 2.5rem;
31
27
height: 2.5rem;
32
28
border-radius: 50%;
33
29
object-fit: cover;
34
30
margin-right: 0.6rem;
35
- -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
31
+ -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
36
32
-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
37
33
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.22);
38
34
}
39
35
` ;
40
36
41
37
const AboutAuthor = styled . div `
42
38
43
-
44
39
h4{
45
- font-size: 0.8rem ;
46
- font-weight: 600 ;
40
+ font-size: 0.75rem ;
41
+ font-weight: 400 ;
47
42
width: 93.5%;
48
43
overflow: hidden;
49
44
white-space: nowrap;
50
- /* border: 1px solid red; */
51
45
}
52
46
` ;
53
47
54
48
const AuthorName = styled . div `
55
- /* border: 1px solid red; */
56
49
display: flex;
57
50
text-align: center;
58
51
align-items: center;
@@ -62,31 +55,22 @@ width: calc(37vw - 4rem);
62
55
h3{
63
56
font-size: 1rem;
64
57
}
65
-
66
- svg{
67
- /* border: 1px solid red; */
68
- /* margin-right: 0; */
69
- }
70
58
`
71
59
72
60
const CommentOptions = styled . div `
73
61
position: relative;
74
62
right: 0.5rem;
75
63
top: 2px;
76
- /* margin: auto 0; */
77
64
cursor: pointer;
78
- svg {
79
- /* width: 3vw; */
80
- }
81
65
` ;
82
66
83
67
const CommentContent = styled . div `
84
68
margin-top: 0.5rem;
85
69
padding-left: 0.5rem;
86
- /* border: 1px solid blue; */
87
70
p{
88
- font-size: 0.9rem ;
71
+ font-size: 0.75rem ;
89
72
line-height: 150%;
73
+ font-weight: 600;
90
74
}
91
75
92
76
input{
0 commit comments