mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 22:26:36 +00:00
improve styling 3
This commit is contained in:
parent
5e29595e6d
commit
4f0dd2a998
@ -2426,6 +2426,19 @@ def create_demo():
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#queue_df td:nth-child(-n+6) {
|
||||
cursor: default !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
#queue_df th {
|
||||
pointer-events: none;
|
||||
}
|
||||
#queue_df .tabulator-col {
|
||||
pointer-events: none;
|
||||
}
|
||||
#queue_df .tabulator-col .tabulator-arrow {
|
||||
display: none;
|
||||
}
|
||||
#queue_df table {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
@ -2433,7 +2446,6 @@ def create_demo():
|
||||
#queue_df::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#queue_df {
|
||||
scrollbar-width: none !important;
|
||||
-ms-overflow-style: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user