aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorneauoire <[email protected]>2019-11-22 12:48:50 -0500
committerneauoire <[email protected]>2019-11-22 12:48:50 -0500
commit1c1fcd28c565461debc39eeabd4a917476ff8361 (patch)
tree05a4f896c499fa0c19bfbc441c8aa5083b899677 /desktop
parentc5edb4bb1bf6de4a056fa2a6c17a7ac0ee48aace (diff)
downloadOrca-1c1fcd28c565461debc39eeabd4a917476ff8361.tar.gz
Orca-1c1fcd28c565461debc39eeabd4a917476ff8361.zip
Improved documentation
Diffstat (limited to 'desktop')
-rw-r--r--desktop/sources/links/main.css10
-rw-r--r--desktop/sources/scripts/client.js2
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/sources/links/main.css b/desktop/sources/links/main.css
index 04963e9..4db9c84 100644
--- a/desktop/sources/links/main.css
+++ b/desktop/sources/links/main.css
@@ -1,6 +1,6 @@
/* Reset */
-* { margin:0;padding:0;border:0;outline:0;text-decoration:none;font-weight:inherit;font-style:inherit;color:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;list-style:none;border-collapse:collapse;border-spacing:0; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
+* { margin:0;padding:0;border:0;outline:0;text-decoration:none;font-weight:inherit;font-style:inherit;color:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;list-style:none;border-collapse:collapse;border-spacing:0; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
/* Font */
@@ -8,10 +8,10 @@
/* Main */
-body { font-family: 'input_mono_medium'; padding:30px; overflow: hidden; -webkit-app-region: drag; transition: background-color 500ms; background-size: cover; background-position: center center; max-height: calc(100% - 60px);}
-canvas { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; width:300px; opacity: 0;-webkit-app-region: no-drag; transition: opacity 1000ms}
-canvas.ready { opacity: 1 }
+body { font-family: 'input_mono_medium'; padding:30px; overflow: hidden; -webkit-app-region: drag; transition: background-color 500ms; background-size: cover; background-position: center center; max-height: calc(100% - 60px); }
+canvas { display: block;white-space: pre;font-size: 11px;line-height: 10px; text-transform: uppercase; width:300px; opacity: 0;-webkit-app-region: no-drag; transition: opacity 1000ms; }
+canvas.ready { opacity: 1; }
/* Theme */
-body { background-color:var(--background) !important }
+body { background-color:var(--background) !important; }
diff --git a/desktop/sources/scripts/client.js b/desktop/sources/scripts/client.js
index abc8437..b9cccba 100644
--- a/desktop/sources/scripts/client.js
+++ b/desktop/sources/scripts/client.js
@@ -12,7 +12,7 @@
/* global Theme */
function Client () {
- this.version = 155
+ this.version = 156
this.library = library
this.theme = new Theme(this)