This commit is contained in:
DeepBeepMeep 2025-04-02 17:37:28 +02:00
commit a8fea50e78

View File

@ -3262,112 +3262,94 @@ def create_demo():
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
# #queue_df td:nth-child(-n+5) { #queue_df th {
# cursor: default !important; pointer-events: none;
# pointer-events: none; text-align: center;
# } vertical-align: middle;
# #queue_df td:nth-child(6) { }
# cursor: default !important; #queue_df table {
# } width: 100%;
# #queue_df th { overflow: hidden !important;
# pointer-events: none; }
# text-align: center; #queue_df::-webkit-scrollbar {
# vertical-align: middle; display: none !important;
# } }
# #queue_df table { #queue_df {
# width: 100%; scrollbar-width: none !important;
# overflow: hidden !important; -ms-overflow-style: none !important;
# } }
# #queue_df::-webkit-scrollbar { .selection-button {
# display: none !important; display: none;
# } }
# #queue_df { .cell-selected {
# scrollbar-width: none !important; --ring-color: none;
# -ms-overflow-style: none !important; }
# } #queue_df th:nth-child(1),
# #queue_df th:nth-child(1), #queue_df td:nth-child(1) {
# #queue_df td:nth-child(1) { width: 60px;
# width: 90px; text-align: center;
# text-align: center; vertical-align: middle;
# vertical-align: middle; cursor: default !important;
# } pointer-events: none;
# #queue_df th:nth-child(1) { }
# font-size: 0.8em; #queue_df th:nth-child(2),
# } #queue_df td:nth-child(2) {
# #queue_df th:nth-child(2), width: auto;
# #queue_df td:nth-child(2) { text-align: center;
# width: 85px; vertical-align: middle;
# text-align: center; white-space: normal;
# vertical-align: middle; }
# } #queue_df td:nth-child(2) {
# #queue_df th:nth-child(2) { cursor: default !important;
# font-size: 0.5em; }
# } #queue_df th:nth-child(3),
# #queue_df th:nth-child(3), #queue_df td:nth-child(3) {
# #queue_df td:nth-child(3) { width: 60px;
# width: 75px; text-align: center;
# text-align: center; vertical-align: middle;
# vertical-align: middle; cursor: default !important;
# } pointer-events: none;
# #queue_df th:nth-child(3) { }
# font-size: 0.6em; #queue_df th:nth-child(4),
# } #queue_df td:nth-child(4) {
# #queue_df th:nth-child(4), width: 60px;
# #queue_df td:nth-child(4) { text-align: center;
# width: 65px; white-space: nowrap;
# text-align: center; cursor: default !important;
# white-space: nowrap; pointer-events: none;
# } }
# #queue_df th:nth-child(4) { #queue_df th:nth-child(5), #queue_df td:nth-child(7),
# font-size: 0.9em; #queue_df th:nth-child(6), #queue_df td:nth-child(8) {
# } width: 60px;
# #queue_df th:nth-child(5), text-align: center;
# #queue_df td:nth-child(5) { vertical-align: middle;
# width: 60px; }
# text-align: center; #queue_df td:nth-child(5) img,
# white-space: nowrap; #queue_df td:nth-child(6) img {
# } max-width: 50px;
# #queue_df th:nth-child(6), max-height: 50px;
# #queue_df td:nth-child(6) { object-fit: contain;
# width: auto; display: block;
# text-align: center; margin: auto;
# white-space: normal; cursor: pointer;
# } }
# #queue_df th:nth-child(6) { #queue_df th:nth-child(7), #queue_df td:nth-child(9),
# font-size: 0.8em; #queue_df th:nth-child(8), #queue_df td:nth-child(10),
# } #queue_df th:nth-child(9), #queue_df td:nth-child(11) {
# #queue_df th:nth-child(7), #queue_df td:nth-child(7), width: 20px;
# #queue_df th:nth-child(8), #queue_df td:nth-child(8) { padding: 2px !important;
# width: 60px; cursor: pointer;
# text-align: center; text-align: center;
# vertical-align: middle; font-weight: bold;
# } vertical-align: middle;
# #queue_df td:nth-child(7) img, }
# #queue_df td:nth-child(8) img { #queue_df td:nth-child(5):hover,
# max-width: 50px; #queue_df td:nth-child(6):hover,
# max-height: 50px; #queue_df td:nth-child(7):hover,
# object-fit: contain; #queue_df td:nth-child(8):hover,
# display: block; #queue_df td:nth-child(9):hover {
# margin: auto; background-color: #e0e0e0;
# cursor: pointer; }
# }
# #queue_df th:nth-child(9), #queue_df td:nth-child(9),
# #queue_df th:nth-child(10), #queue_df td:nth-child(10),
# #queue_df th:nth-child(11), #queue_df td:nth-child(11) {
# width: 20px;
# padding: 2px !important;
# cursor: pointer;
# text-align: center;
# font-weight: bold;
# vertical-align: middle;
# }
# #queue_df td:nth-child(7):hover,
# #queue_df td:nth-child(8):hover,
# #queue_df td:nth-child(9):hover,
# #queue_df td:nth-child(10):hover,
# #queue_df td:nth-child(11):hover {
# background-color: #e0e0e0;
# }
#image-modal-container { #image-modal-container {
position: fixed; position: fixed;
top: 0; top: 0;