more refactoring

This commit is contained in:
geoffrey45
2022-02-24 12:23:56 +03:00
parent ca790e97d9
commit 2143ad7139
8 changed files with 47 additions and 36 deletions
+2 -4
View File
@@ -31,15 +31,13 @@ export default {
</script>
<style lang="scss">
.right-search .albums-results {
border-radius: 0.5rem;
background: #0f131b44;
margin-top: $small;
padding: $small;
overflow-x: hidden;
border: solid 2px $theme;
border: solid 1px $gray;
.result-item:hover {
background-color: $gray3;
@@ -49,7 +47,7 @@ export default {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
flex-wrap: wrap;
gap: 1rem;
gap: 0.75rem;
}
}
</style>
+2 -2
View File
@@ -35,8 +35,8 @@ export default {
border-radius: 0.5rem;
padding: $small;
margin-bottom: $small;
border: solid 2px $theme;
border: solid 1px $gray;
background-color: #150d167c;
.xartist {
background: linear-gradient(
+1 -1
View File
@@ -42,6 +42,6 @@ function loadMore() {
.right-search .tracks-results {
border-radius: 0.5rem;
padding: $small;
border: 2px solid $theme;
border: 1px solid $gray;
}
</style>