add all albums view

This commit is contained in:
geoffrey45
2021-12-11 13:46:05 +03:00
parent a7474d65e9
commit c7374e8eb5
8 changed files with 293 additions and 26 deletions
+1 -1
View File
@@ -63,6 +63,6 @@ export default {};
.folder-top .fsearch input:focus {
color: rgb(255, 255, 255);
outline: 0.1rem solid #fafafa52;
outline: 1px solid #fafafa52;
}
</style>
+9 -3
View File
@@ -72,17 +72,23 @@ export default {
};
</script>
<style>
<style lang="scss">
.table {
width: 100%;
height: calc(100%);
background: transparent;
overflow: hidden;
overflow-y: auto;
&::-webkit-scrollbar {
display: none;
}
}
.folder .table table {
border-collapse: collapse;
width: 100%;
text-transform: capitalize;
position: relative;
}
.folder .table table td .album-art {
@@ -111,7 +117,7 @@ th {
}
th {
height: 2em;
height: 3rem;
}
tr:nth-child(even) {
background-color: rgba(29, 29, 29, 0.767);