File tree 5 files changed +61
-6
lines changed
5 files changed +61
-6
lines changed Original file line number Diff line number Diff line change 13
13
"liveDemoURL" : " livedemolink" ,
14
14
"comments" : " " ,
15
15
"date" : " 2025-01-09T05:54:37.266Z"
16
+ },
17
+ {
18
+ "id" : " 029f" ,
19
+ "title" : " asdasda" ,
20
+ "githubURL" : " asdasdasd" ,
21
+ "description" : " sdasd" ,
22
+ "frameworks" : [
23
+ " HTML / CSS" ,
24
+ " Node.js"
25
+ ],
26
+ "liveDemoURL" : " asdsada" ,
27
+ "comments" : " asddsaads" ,
28
+ "date" : " 2025-01-18T18:58:46.100Z"
16
29
}
17
30
]
18
31
}
Original file line number Diff line number Diff line change 73
73
.comments-img {
74
74
width : 30px ;
75
75
height : auto;
76
+ }
77
+
78
+ @media (max-width : 768px ) {
79
+ .explore-projects-container {
80
+ margin-top : 120px ;
81
+ min-width : 370px ;
82
+ }
83
+ .ep-header {
84
+ text-align : center;
85
+ font-size : 32px ;
86
+ }
87
+ .projects-grid {
88
+ margin-top : 48px ;
89
+ display : flex;
90
+ flex-direction : column;
91
+ justify-content : center;
92
+ align-items : center;
93
+ gap : 30px ;
94
+ width : 100% ;
95
+ margin-left : 0px ;
96
+ }
76
97
}
Original file line number Diff line number Diff line change 194
194
}
195
195
.sections-container {
196
196
margin-top : 120px ;
197
- min-width : 390 px ;
197
+ min-width : 370 px ;
198
198
}
199
199
.content-area-responsive {
200
200
display : flex;
Original file line number Diff line number Diff line change 62
62
63
63
@media (max-width : 768px ) {
64
64
.share-project-container {
65
- min-width : 380 px ;
65
+ min-width : 370 px ;
66
66
flex-direction : column;
67
67
margin-top : 120px ;
68
68
}
83
83
margin-bottom : 8px ;
84
84
z-index : 2 ;
85
85
position : relative;
86
- font-size : 20 px ;
86
+ font-size : 18 px ;
87
87
}
88
88
.thumbs-up {
89
89
z-index : 1 ; /* Place the image behind the text */
93
93
.sp-info-text {
94
94
position : relative; /* Ensure text remains above the image */
95
95
z-index : 2 ;
96
- font-size : 10 px ;
96
+ font-size : 12 px ;
97
97
line-height : 20px ;
98
98
}
99
99
.sp-form-header {
Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ import {
4
4
Badge ,
5
5
Button ,
6
6
IconButton ,
7
- Stack } from "@chakra-ui/react" ;
7
+ Stack
8
+ } from "@chakra-ui/react" ;
9
+ import {
10
+ MenuContent ,
11
+ MenuItem ,
12
+ MenuRoot ,
13
+ MenuSeparator ,
14
+ MenuTrigger ,
15
+ } from "../components/ui/menu" ;
8
16
import Comments from "../components/Comments" ;
9
17
10
18
@@ -51,7 +59,20 @@ const ExploreProjects = () => {
51
59
< div className = 'like-comment-details' >
52
60
< Stack >
53
61
< IconButton className = 'details-button' variant = "unstyled" >
54
- < img className = "details-img" src = "./images/details.svg" alt = 'details' > </ img >
62
+ < MenuRoot >
63
+ < MenuTrigger asChild >
64
+ < img className = "details-img" src = "./images/details.svg" alt = 'details' > </ img >
65
+ </ MenuTrigger >
66
+ < MenuContent className = "menu-content" >
67
+ < MenuItem >
68
+ Remove
69
+ </ MenuItem >
70
+ < MenuSeparator />
71
+ < MenuItem value = "new-txt2" as = "a" >
72
+ Report ⚠️
73
+ </ MenuItem >
74
+ </ MenuContent >
75
+ </ MenuRoot >
55
76
</ IconButton >
56
77
< IconButton className = 'like-button' variant = "unstyled" >
57
78
< img className = "like-img" src = "./images/like.svg" alt = 'like' > </ img >
You can’t perform that action at this time.
0 commit comments