From d0be35370901a9d9d1960cae59b77e7910ceeb16 Mon Sep 17 00:00:00 2001 From: Marekkon5 Date: Wed, 4 Nov 2020 11:53:23 +0100 Subject: [PATCH] UI Fixes (by bascurtiz) --- beatporttagger.py | 6 +++--- html/index.html | 4 ++-- html/style.css | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/beatporttagger.py b/beatporttagger.py index ba3ff9a..f275891 100644 --- a/beatporttagger.py +++ b/beatporttagger.py @@ -57,9 +57,9 @@ def update(self): 'Beatport Tagger', 'html/index.html', resizable=False, - width=420, - height=800, - min_size=(420, 800), + width=415, + height=760, + min_size=(415, 760), js_api=JSAPI() ) diff --git a/html/index.html b/html/index.html index 429a388..3fa0aa6 100644 --- a/html/index.html +++ b/html/index.html @@ -22,7 +22,7 @@

SETTINGS

+ @@ -84,7 +84,7 @@

TAGS

diff --git a/html/style.css b/html/style.css index 4b3e4eb..d86eeae 100644 --- a/html/style.css +++ b/html/style.css @@ -94,7 +94,7 @@ button:disabled { font-weight: 300; margin: 7%; padding-left: 5%; - height: 483px; + height: 455px; } .path-input { @@ -261,9 +261,10 @@ button:disabled { font-weight: 400; text-indent: 10; font-size: 16; - padding-right: 18px; - width: 9em; + padding-right: 0px; + width: 6.5em; float: left; + padding-bottom: 5px; } .checkbox-container-edit:hover {