mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
redesign the load more button to match other buttons
This commit is contained in:
@@ -42,6 +42,11 @@ import TracksGrid from "./TracksGrid.vue";
|
||||
font-size: 2rem;
|
||||
color: $white;
|
||||
}
|
||||
.search-results-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.input {
|
||||
display: flex;
|
||||
@@ -49,13 +54,4 @@ import TracksGrid from "./TracksGrid.vue";
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.right-search .scrollable {
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user