minor refactors

This commit is contained in:
geoffrey45
2022-02-19 22:12:10 +03:00
parent a6bb5059b0
commit 92c2443c7c
20 changed files with 121 additions and 104 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ export default {
overflow-x: hidden;
.grid {
display: flex;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
flex-wrap: wrap;
padding: $small $small 0 $small;
gap: $small;
-1
View File
@@ -29,7 +29,6 @@ export default {
<style lang="scss">
.right-search .filter {
display: flex;
margin-left: 2rem;
height: 2rem;
.item {
+1 -1
View File
@@ -41,6 +41,6 @@ function loadMore() {
<style lang="scss">
.right-search .tracks-results {
border-radius: 0.5rem;
padding: $small;
padding: 1rem $small;
}
</style>