Skip to content

Commit 368bcf6

Browse files
committed
improve: store valve footer
1 parent 205e7ed commit 368bcf6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/css/webkit.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,13 @@ body.v6::-webkit-scrollbar {
398398
*/
399399
html body.v6 #footer {
400400
width: fit-content;
401-
margin: 0 auto;
401+
margin: 0 auto 16px;
402402
padding: 0 16px 16px;
403403
border-radius: 8px;
404404
background-color: rgb(var(--color-2));
405+
}
406+
407+
/* Top Divider */
408+
html body.v6 #footer .rule:nth-child(1) {
409+
display: none;
405410
}

0 commit comments

Comments
 (0)