add search page

This commit is contained in:
geoffrey45
2022-08-28 00:49:46 +03:00
parent b019fa22c4
commit ced30d309e
14 changed files with 119 additions and 74 deletions
-20
View File
@@ -112,22 +112,6 @@ function showMenu(e: Event) {
gap: 1rem;
user-select: none;
// @include for-desktop-down {
// grid-template-columns: 1.5rem 1.5fr 1fr 2.5rem;
// .song-album {
// display: none !important;
// }
// .song-duration {
// display: none !important;
// }
// }
// @include tablet-portrait {
// grid-template-columns: 1.5rem 1.5fr 1fr 2.5rem;
// }
&:hover {
background-color: $gray4;
@@ -232,10 +216,6 @@ function showMenu(e: Event) {
td:nth-child(2) {
border-radius: 0 $small $small 0;
// @include phone-only {
// border-radius: $small;
// }
}
}
</style>