File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 10
10
width : 18rem ;
11
11
height : 5rem ;
12
12
top : 10rem ;
13
- left : 3 rem ;
13
+ left : 2 rem ;
14
14
display : flex;
15
15
justify-content : space-between;
16
16
gap : 3vw ;
31
31
bottom : 0rem ;
32
32
right : 0rem ;
33
33
}
34
+
35
+ .gallery {
36
+ position : absolute;
37
+ right : 1rem ;
38
+ bottom : 5rem ;
39
+ z-index : 2 ;
40
+ }
34
41
}
35
42
@media (max-width : 400px ) {
36
43
.recording-container {
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< title > Web Cam</ title >
7
+ < link
8
+ href ="https://fonts.googleapis.com/icon?family=Material+Icons "
9
+ rel ="stylesheet "
10
+ />
7
11
< script src ="
https://unpkg.com/[email protected] /dist/shortid-2.2.13.min.js "
> </ script >
12
+
8
13
< link rel ="stylesheet " href ="css/style.css " />
9
14
< link rel ="stylesheet " href ="css/responsive.css " />
10
15
< script src ="js/db.js " defer > </ script >
@@ -41,7 +46,7 @@ <h1 class="timer">00:00:00</h1>
41
46
</ div >
42
47
< div class ="filter-layer "> </ div >
43
48
44
- < span class ="material-icons gallery "> Gallery </ span >
49
+ < span class ="material-icons gallery "> collections </ span >
45
50
</ div >
46
51
47
52
< script >
You can’t perform that action at this time.
0 commit comments