mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-28 02:53:15 +01: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 {
|
||||
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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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(".");
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user