File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -1677,7 +1677,7 @@ <h2>Cart</h2>
1677
1677
display : none;
1678
1678
}
1679
1679
</ style >
1680
- < script type ="text/javascript " src ="https://studio.alan.app/web/lib/alan_lib.min.js "> < / scrip >
1680
+ < script type ="text/javascript " src ="https://studio.alan.app/web/lib/alan_lib.min.js "> </ script >
1681
1681
< script >
1682
1682
var alanBtnInstance = alanBtn ( {
1683
1683
key : '574e6cb0247244fa64a5a62bdae65be32e956eca572e1d8b807a3e2338fdd0dc/stage' ,
@@ -1700,17 +1700,17 @@ <h2>Cart</h2>
1700
1700
function playButton ( ) {
1701
1701
alert ( "App development is in progress!" ) ;
1702
1702
}
1703
+ </ script >
1703
1704
1704
-
1705
- </ script >
1706
1705
< script >
1707
1706
const scrollButton = document . querySelector ( '.go-top' ) ;
1708
1707
1709
1708
// Show the button when the user scrolls
1710
1709
window . addEventListener ( 'scroll' , ( ) => {
1711
1710
if ( window . scrollY > 300 ) {
1712
1711
scrollButton . style . display = 'block' ;
1713
- } else {
1712
+ }
1713
+ else {
1714
1714
scrollButton . style . display = 'none' ;
1715
1715
}
1716
1716
} ) ;
Original file line number Diff line number Diff line change @@ -354,18 +354,23 @@ body.dark {
354
354
355
355
.local input [type = 'search' ] {
356
356
padding : 1rem 5rem 1rem 2rem ;
357
- border-radius : 40 px ;
357
+ border-radius : 42 px ;
358
358
font-family : sans-serif;
359
359
border : none;
360
- background-color : # d9d9d9 ;
360
+ background-color : hsl ( 0 , 0 % , 85 % ) ;
361
361
text-align : center;
362
- font-size : 20px ;
362
+ font-size : 33px ;
363
+ }
364
+
365
+ # search ::-webkit-search-cancel-button {
366
+ position : relative;
367
+ margin-left : 10px ;
363
368
}
364
369
365
370
.local img {
366
- width : 50 px ;
367
- position : relative;
368
- right : 80 px ;
371
+ width : 52 px ;
372
+ position : relative;
373
+ right : 75 px ;
369
374
}
370
375
371
376
::placeholder {
@@ -706,7 +711,7 @@ body.dark {
706
711
707
712
.local input [type = 'search' ] {
708
713
padding : 10px 20px ;
709
- font-size : 18 px ;
714
+ font-size : 20 px ;
710
715
}
711
716
712
717
.Accessories-box {
You can’t perform that action at this time.
0 commit comments