mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02:00
[bug] fix greeting and transitional text alignment
This commit is contained in:
parent
a0ac0e78e6
commit
f43587e496
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
.is-header-item-alignment-right .clock {
|
.is-header-item-alignment-right .clock {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clock-separator,
|
.clock-separator,
|
||||||
.clock-hours,
|
.clock-hours,
|
||||||
@ -56,6 +56,7 @@
|
|||||||
.is-header-item-alignment-center .clock-item:not(:first-child) {
|
.is-header-item-alignment-center .clock-item:not(:first-child) {
|
||||||
margin-left: 0.1em;
|
margin-left: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-header-item-alignment-center .clock-item:not(:last-child) {
|
.is-header-item-alignment-center .clock-item:not(:last-child) {
|
||||||
margin-right: 0.1em;
|
margin-right: 0.1em;
|
||||||
}
|
}
|
||||||
|
@ -12,16 +12,16 @@
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-header-item-alignment-horizontal-left .greeting {
|
.is-header-item-alignment-left .greeting {
|
||||||
justify-content: flex-start;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-header-item-alignment-horizontal-center .greeting {
|
.is-header-item-alignment-center .greeting {
|
||||||
justify-content: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-header-item-alignment-horizontal-right .greeting {
|
.is-header-item-alignment-right .greeting {
|
||||||
justify-content: flex-end;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.greeting-item {
|
.greeting-item {
|
||||||
|
@ -12,6 +12,18 @@
|
|||||||
flex-wrap: nowrap;
|
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 {
|
.transitional-item {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -19,15 +31,3 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: 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;
|
|
||||||
}
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "3.30.2";
|
var current = "3.30.3";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"short_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.",
|
"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,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user