Sliding Clock: en clocks - dates needs to be 1 size bigger to be readable

pull/2178/head
Adrian Kirk 2022-10-08 09:52:49 +01:00
parent 2000c54f75
commit 170f6e2db4
No known key found for this signature in database
GPG Key ID: 5A448EB0FC623526
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class EnglishDateFormatter extends DateFormatter {
constructor() {
super();
this.row_types = {
small: {size: 'vsmall'}
small: {size: 'ssmall'}
};
this.row_defs = [
{

View File

@ -25,7 +25,6 @@
scroll_in: ['right'],
},
small: {
size: 'vsmall',
scroll_off: ['right'],
scroll_in: ['right'],
}