diff --git a/backend/main.ts b/backend/main.ts index 3e21fc5..9ed5433 100644 --- a/backend/main.ts +++ b/backend/main.ts @@ -28,8 +28,8 @@ function createWindow() { mainWindow = new BrowserWindow({ width: 1800, height: 1400, - minWidth: 900, - minHeight: 720, + minWidth: 1500, + minHeight: 1000, title: 'SeeQR', show: false, webPreferences: { nodeIntegration: true, enableRemoteModule: true }, diff --git a/frontend/assets/stylesheets/css/components.css b/frontend/assets/stylesheets/css/components.css index ec85338..1c61502 100644 --- a/frontend/assets/stylesheets/css/components.css +++ b/frontend/assets/stylesheets/css/components.css @@ -18,7 +18,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 1em; outline: none; } @@ -32,7 +32,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 0.8em; outline: none; } @@ -57,7 +57,7 @@ table.scroll-box { background: none; overflow: scroll; padding: 5px; - font-size: 14px; + font-size: 1em; line-height: 1.5em; } diff --git a/frontend/assets/stylesheets/css/layout.css b/frontend/assets/stylesheets/css/layout.css index 8d4868f..145a8f1 100644 --- a/frontend/assets/stylesheets/css/layout.css +++ b/frontend/assets/stylesheets/css/layout.css @@ -54,7 +54,7 @@ border-radius: 3px; padding: 10px; border: none; - font-size: 16px; + font-size: 1em; font-weight: bold; color: #2b2d35; outline: none; diff --git a/frontend/assets/stylesheets/css/style.css b/frontend/assets/stylesheets/css/style.css index 0044c6d..59f8ac2 100644 --- a/frontend/assets/stylesheets/css/style.css +++ b/frontend/assets/stylesheets/css/style.css @@ -24,7 +24,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 1em; outline: none; } @@ -38,7 +38,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 0.8em; outline: none; } @@ -63,7 +63,7 @@ table.scroll-box { background: none; overflow: scroll; padding: 5px; - font-size: 14px; + font-size: 1em; line-height: 1.5em; } @@ -171,7 +171,7 @@ input *:focus { border-radius: 3px; padding: 10px; border: none; - font-size: 16px; + font-size: 1em; font-weight: bold; color: #2b2d35; outline: none; @@ -410,7 +410,7 @@ body { background-color: #2b2d35; font-family: "PT Sans", sans-serif; font-weight: 100; - font-size: 14px; + font-size: 1em; line-height: 1/5; color: #c6d2d5; height: 100%; @@ -432,7 +432,7 @@ h4 { background: none; overflow: scroll; padding: 5px; - font-size: 14px; + font-size: 1em; line-height: 1.5em; } @@ -453,7 +453,7 @@ h4 { border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 0.8em; outline: none; } @@ -464,7 +464,7 @@ h4 { .delete-query-button { width: 15px; background-color: transparent; - font-size: 12px; + font-size: 0.8em; outline: none; color: #c6d2d5; -webkit-box-shadow: none; @@ -488,7 +488,7 @@ h4 { align-content: center; padding: 10px; text-decoration: none; - font-family: "PT Mono", monospace; + font-family: 'PT Mono', monospace; } .queryItem:hover { diff --git a/frontend/assets/stylesheets/scss/components.scss b/frontend/assets/stylesheets/scss/components.scss index 7036652..42fe30e 100644 --- a/frontend/assets/stylesheets/scss/components.scss +++ b/frontend/assets/stylesheets/scss/components.scss @@ -18,7 +18,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: $default-text; + font-size: 1em; outline: none; } button:hover { @@ -32,7 +32,7 @@ border-radius: 3px; padding: 5px; border: none; - font-size: $default-text; + font-size: 0.8em; outline: none; } button:hover { @@ -99,4 +99,4 @@ input { .input-schema-button { width: 120px; margin-bottom: 30px; -} \ No newline at end of file +} diff --git a/frontend/assets/stylesheets/scss/layout.scss b/frontend/assets/stylesheets/scss/layout.scss index 5e15f34..55ac879 100644 --- a/frontend/assets/stylesheets/scss/layout.scss +++ b/frontend/assets/stylesheets/scss/layout.scss @@ -29,7 +29,7 @@ border-radius: 3px; padding: 10px; border: none; - font-size: 16px; + font-size: 1em; font-weight: bold; color: $background-darkmode; outline: none; diff --git a/frontend/assets/stylesheets/scss/modal.scss b/frontend/assets/stylesheets/scss/modal.scss index c24181d..b12ab85 100644 --- a/frontend/assets/stylesheets/scss/modal.scss +++ b/frontend/assets/stylesheets/scss/modal.scss @@ -60,4 +60,4 @@ display: flex; flex-direction: row; justify-content: space-between; -} \ No newline at end of file +} diff --git a/frontend/assets/stylesheets/scss/style.scss b/frontend/assets/stylesheets/scss/style.scss index 974c20c..284f53c 100644 --- a/frontend/assets/stylesheets/scss/style.scss +++ b/frontend/assets/stylesheets/scss/style.scss @@ -34,7 +34,7 @@ h4 { background: none; overflow: scroll; padding: 5px; - font-size: 14px; + font-size: 1em; line-height: 1.5em; } @@ -48,7 +48,6 @@ h4 { flex-direction: column; } - #add-query-button { width: 120px; margin-bottom: 15px; @@ -56,29 +55,29 @@ h4 { border-radius: 3px; padding: 5px; border: none; - font-size: 14px; + font-size: 0.8em; outline: none; } #add-query-button:hover { - background-color: #c6d2d5; + background-color: #c6d2d5; } .delete-query-button { width: 15px; background-color: transparent; - font-size: 12px; + font-size: 0.8em; outline: none; color: #c6d2d5; box-shadow: none; - background-repeat:no-repeat; + background-repeat: no-repeat; border: none; - cursor:pointer; + cursor: pointer; overflow: hidden; } .delete-query-button:hover { - color:rgb(255, 0, 0); + color: rgb(255, 0, 0); } .queryItem { @@ -89,10 +88,10 @@ h4 { align-content: center; padding: 10px; text-decoration: none; - font-family: "PT Mono", monospace; + font-family: 'PT Mono', monospace; } .queryItem:hover { - background-color:#c6d2d5; + background-color: #c6d2d5; color: #30353a; -} \ No newline at end of file +} diff --git a/frontend/assets/stylesheets/scss/variables.scss b/frontend/assets/stylesheets/scss/variables.scss index e54ff39..efbb62d 100644 --- a/frontend/assets/stylesheets/scss/variables.scss +++ b/frontend/assets/stylesheets/scss/variables.scss @@ -6,7 +6,7 @@ $font-stack: 'PT Sans', sans-serif; $font-input: 'PT Mono', monospace; $p-weight: 100; $title-weight: 300; -$default-text: 14px; +$default-text: 1em; // colors $background-darkmode: #2b2d35;