infinit-zoom tab name changed to infintite-zoom

pull/31/head
GeorgLegato 2023-04-19 19:04:13 +02:00
parent ab1920ac02
commit 6df31ca64b
2 changed files with 6 additions and 2 deletions

View File

@ -57,7 +57,7 @@ def after_component(component, **kwargs):
if (not component.parent.elem_id): return if (not component.parent.elem_id): return
if (component.parent.elem_id == "image_buttons_infinit-zoom"): if (component.parent.elem_id == "image_buttons_infinite-zoom"):
#send2tab_panomov_button = gr.Button ("Pano \U0001F3A6", elem_id=f"sendto_panoramatab_button") # 🎦 #send2tab_panomov_button = gr.Button ("Pano \U0001F3A6", elem_id=f"sendto_panoramatab_button") # 🎦
#send2tab_panomov_button.click(None, [], None, _js="() => panorama_send_infinitezoom('TAB')") #send2tab_panomov_button.click(None, [], None, _js="() => panorama_send_infinitezoom('TAB')")
#send2tab_panomov_button.__setattr__("class","gr-button") #send2tab_panomov_button.__setattr__("class","gr-button")

View File

@ -49,7 +49,7 @@ body {
} }
div:has(>video) { div:has(>video) {
width: 512px; /* width: 512px; */
height: 512px; height: 512px;
} }
@ -58,3 +58,7 @@ div:has(>video) {
height:100% !important; height:100% !important;
flex-direction: row; flex-direction: row;
} }
#tab_iz_interface .controls {
width: 95%;
}