mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update slot design
This commit is contained in:
parent
55f9604ba1
commit
2777896bb0
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -1150,6 +1150,8 @@ body {
|
||||
flex-direction: row;
|
||||
gap: 2px;
|
||||
flex-wrap: wrap;
|
||||
overflow-y: scroll;
|
||||
max-height: 12rem;
|
||||
/* width: calc(30rem + 40px + 10px); */
|
||||
}
|
||||
|
||||
@ -1635,6 +1637,8 @@ audio::-webkit-media-controls-overlay-enclosure{
|
||||
flex-direction: row;
|
||||
.merge-lab-model-list {
|
||||
width: 70%;
|
||||
overflow-y: scroll;
|
||||
max-height: 20rem;
|
||||
.merge-lab-model-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -1,3 +1,3 @@
|
||||
for i in {5..199}; do
|
||||
for i in {1..199}; do
|
||||
cp -r model_dir/0 model_dir/$i
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user