mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix scrollbar bug in chrome
+ change build outdir to alice-core/client folder
This commit is contained in:
committed by
Mungai Njoroge
parent
0b1ac6c02f
commit
b95603c51e
@@ -58,7 +58,7 @@ defineProps<{
|
||||
|
||||
.cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
|
||||
gap: 5rem 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ defineProps<{
|
||||
|
||||
.artist-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -73,6 +73,10 @@ onUpdated(() => {
|
||||
overflow: scroll;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: 2rem;
|
||||
aspect-ratio: 1;
|
||||
|
||||
Reference in New Issue
Block a user