added categories
This commit is contained in:
@@ -3,4 +3,14 @@
|
||||
box-shadow: inset 0px -1px 0px var(--border-muted);
|
||||
white-space: nowrap;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
/* hide scrollbar
|
||||
.category-nav {
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
.category-nav::-webkit-scrollbar{
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
@@ -7,7 +7,7 @@
|
||||
cursor: pointer;
|
||||
border-bottom: 2px solid transparent;
|
||||
font-family: var(--system-ui);
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
transition:all .12s ease-out;
|
||||
opacity: 0.88;
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
}
|
||||
|
||||
.nav__item.is-active {
|
||||
font-weight: 500;
|
||||
color: var(--text-primary);
|
||||
border-bottom: 2px solid var(--icon-primary);
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user