From: Vincent Date: Mon, 3 Feb 2020 09:13:53 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=889c6e372118f8cb1731236d315af8e32c0e9818;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 29022c2..5a7483f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,9 @@ - + + + @@ -1189,12 +1193,12 @@ - + - + @@ -1208,12 +1212,12 @@ - + - + diff --git a/gradient.php b/gradient.php index 8945dc6..db280cc 100644 --- a/gradient.php +++ b/gradient.php @@ -85,6 +85,7 @@ var win = nw.Window.get(); win.moveTo(-1 * ns * 900, 0); win.resizeTo(ns * 900, 1440); + win.setAlwaysOnTop(true); } } catch (e) { diff --git a/style/weatherstation.css b/style/weatherstation.css index e8422de..1aa54c9 100644 --- a/style/weatherstation.css +++ b/style/weatherstation.css @@ -224,7 +224,7 @@ } #weatherstation .curves .curve.curve-sun .orbit.earth { background-position: 50% 50%; - background-size: 100% 100%; + background-size: 200px 200px; } #weatherstation .curves .curve.curve-moon { position: absolute; diff --git a/style/weatherstation.less b/style/weatherstation.less index d9ecaac..9a816b1 100644 --- a/style/weatherstation.less +++ b/style/weatherstation.less @@ -196,7 +196,7 @@ .orbit.earth { background-position: 50% 50%; - background-size: 100% 100%; + background-size: 200px 200px; } }