4.0 仿Youtube界面样式

This commit is contained in:
tangly1024
2021-10-11 17:14:52 +08:00
parent 3d02b0f6e2
commit 05d79a3db9
22 changed files with 391 additions and 300 deletions

View File

@@ -109,12 +109,9 @@ nav {
@apply right-auto left-0 hidden lg:block z-10 !important
}
@media (max-width: 1300px){
.sidebar{
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
@apply border-r border-gray-200 h-screen overflow-y-scroll fixed left-0
}
.sidebar::-webkit-scrollbar { width: 0 !important }
.scroll-hidden{
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.scroll-hidden::-webkit-scrollbar { width: 0 !important }