mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add all albums view
This commit is contained in:
@@ -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>
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user