Skip to content

Commit 7d34306

Browse files
committed
skin: webkit footer
1 parent 7c700d6 commit 7d34306

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

webkit.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
@import url("./src/css/webkit/wishlist.css");
88

99
/*
10-
&
11-
&
1210
& Base
13-
&
14-
&
1511
*/
1612

1713
body.v6,
@@ -43,7 +39,7 @@ body.v6::-webkit-scrollbar {
4339

4440

4541
/*
46-
! Navbar/Header
42+
& Navbar/Header
4743
*/
4844
#store_header .content {
4945
position: fixed !important;
@@ -345,4 +341,17 @@ body.v6::-webkit-scrollbar {
345341
&:hover {
346342
background-color: rgba(var(--green), 0.4);
347343
}
344+
}
345+
346+
347+
348+
/*
349+
& Footer
350+
*/
351+
body.v6 #footer {
352+
width: fit-content;
353+
margin: 0 auto;
354+
padding: 0 16px 16px;
355+
border-radius: 8px;
356+
background-color: rgb(var(--color-2));
348357
}

0 commit comments

Comments
 (0)