feat: connect wallet favorites to backend
This commit is contained in:
@@ -50,20 +50,12 @@ header button {
|
||||
}
|
||||
}
|
||||
|
||||
/* Desktop header nav: thin scrollbar when links overflow (still 單列) */
|
||||
.header-nav-scroll {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: rgba(238, 183, 38, 0.45) transparent;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
.header-nav-scroll::-webkit-scrollbar {
|
||||
height: 4px;
|
||||
}
|
||||
.header-nav-scroll::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(238, 183, 38, 0.45);
|
||||
border-radius: 9999px;
|
||||
}
|
||||
.header-nav-scroll::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gold-underline {
|
||||
|
||||
Reference in New Issue
Block a user