Skip to content

Commit a995204

Browse files
committed
Fix a bug with text size and update screenshot
1 parent 604d270 commit a995204

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

data/Application.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 Daniel Foré (http://danielfore.com)
2+
* Copyright (c) 2017-2018 Daniel Foré (http://danielfore.com)
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU General Public
@@ -20,6 +20,10 @@
2020
@define-color colorPrimary #42baea;
2121
@define-color bg_highlight_color shade (@colorPrimary, 1.4);
2222

23+
grid {
24+
margin-top: -6px;
25+
}
26+
2327
.titlebar,
2428
.titlebar image,
2529
.background {
@@ -30,9 +34,9 @@
3034
}
3135

3236
.weather {
33-
font-size: 14px;
37+
font-size: 14pt;
3438
}
3539

3640
.temperature {
37-
font-size: 36px;
41+
font-size: 36pt;
3842
}

data/com.github.danrabbit.nimbus.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ul>
1818
</description>
1919
<releases>
20-
<release version="0.3.1" date="2018-06-30" urgency="medium">
20+
<release version="0.3.2" date="2018-06-30" urgency="medium">
2121
<description>
2222
<p>Juno Updates!</p>
2323
<ul>

data/screenshot.png

-4.76 KB
Loading

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
com.github.danrabbit.nimbus (0.3.1) bionic; urgency=medium
1+
com.github.danrabbit.nimbus (0.3.2) bionic; urgency=medium
22

33
* Add Catalan, French, German, and Japanese Translations
44
* HiDPI icons support

0 commit comments

Comments
 (0)