mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 22:26:36 +00:00
improve styling 2
This commit is contained in:
parent
306229c17f
commit
c7a8c82398
@ -2403,6 +2403,18 @@ def create_demo():
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#queue_df table {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
#queue_df::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#queue_df {
|
||||
scrollbar-width: none !important;
|
||||
-ms-overflow-style: none !important;
|
||||
}
|
||||
#queue_df td:nth-child(1) {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user