[bug] fix greeting and transitional text alignment

This commit is contained in:
Kuldeep M 2019-07-03 17:40:10 +01:00
parent a0ac0e78e6
commit f43587e496
5 changed files with 22 additions and 21 deletions

View File

@ -22,7 +22,7 @@
.is-header-item-alignment-right .clock {
justify-content: flex-end;
}
}
.clock-separator,
.clock-hours,
@ -56,6 +56,7 @@
.is-header-item-alignment-center .clock-item:not(:first-child) {
margin-left: 0.1em;
}
.is-header-item-alignment-center .clock-item:not(:last-child) {
margin-right: 0.1em;
}

View File

@ -12,16 +12,16 @@
flex-wrap: nowrap;
}
.is-header-item-alignment-horizontal-left .greeting {
justify-content: flex-start;
.is-header-item-alignment-left .greeting {
text-align: left;
}
.is-header-item-alignment-horizontal-center .greeting {
justify-content: center;
.is-header-item-alignment-center .greeting {
text-align: center;
}
.is-header-item-alignment-horizontal-right .greeting {
justify-content: flex-end;
.is-header-item-alignment-right .greeting {
text-align: right;
}
.greeting-item {

View File

@ -12,6 +12,18 @@
flex-wrap: nowrap;
}
.is-header-item-alignment-left .transitional {
text-align: left;
}
.is-header-item-alignment-center .transitional {
text-align: center;
}
.is-header-item-alignment-right .transitional {
text-align: right;
}
.transitional-item {
font-size: 1.5em;
max-width: 100%;
@ -19,15 +31,3 @@
justify-content: center;
align-items: center;
}
.is-header-item-alignment-horizontal-left .transitional {
text-align: left;
}
.is-header-item-alignment-horizontal-center .transitional {
text-align: center;
}
.is-header-item-alignment-horizontal-right .transitional {
text-align: right;
}

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.30.2";
var current = "3.30.3";
var compare = function(a, b) {
var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.30.2",
"version": "3.30.3",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"