diff --git a/data/Application.css b/data/Application.css index a3ed02f..3fec77a 100644 --- a/data/Application.css +++ b/data/Application.css @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 Daniel Foré (http://danielfore.com) +* Copyright (c) 2017-2018 Daniel Foré (http://danielfore.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -20,6 +20,10 @@ @define-color colorPrimary #42baea; @define-color bg_highlight_color shade (@colorPrimary, 1.4); +grid { + margin-top: -6px; +} + .titlebar, .titlebar image, .background { @@ -30,9 +34,9 @@ } .weather { - font-size: 14px; + font-size: 14pt; } .temperature { - font-size: 36px; + font-size: 36pt; } diff --git a/data/com.github.danrabbit.nimbus.appdata.xml.in b/data/com.github.danrabbit.nimbus.appdata.xml.in index d4c50e4..eecd489 100644 --- a/data/com.github.danrabbit.nimbus.appdata.xml.in +++ b/data/com.github.danrabbit.nimbus.appdata.xml.in @@ -17,7 +17,7 @@ - +

Juno Updates!

    diff --git a/data/screenshot.png b/data/screenshot.png index 6859ef3..98d09b8 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/debian/changelog b/debian/changelog index 047e79b..be71026 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.danrabbit.nimbus (0.3.1) bionic; urgency=medium +com.github.danrabbit.nimbus (0.3.2) bionic; urgency=medium * Add Catalan, French, German, and Japanese Translations * HiDPI icons support