diff --git a/electron/main/index.html b/electron/main/index.html index 7da3d1f..fb7a5f2 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -32,8 +32,9 @@ - +

Video to document

+
diff --git a/electron/main/style.css b/electron/main/style.css index b711191..3f9138e 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -10,7 +10,7 @@ body { margin: 0; } -#h1 { +.main_h1 { position: static; transform: none; margin: 0; @@ -36,10 +36,7 @@ body { } .gui-language { - position: absolute; right: 20px; - top: 50%; - transform: translateY(-50%); z-index: 100; pointer-events: auto; } @@ -496,6 +493,7 @@ li { .p-menu1 { z-index: 10; + padding-right: 50px; } .hamburger1 {