Skip to content

Commit 9a8d2ea

Browse files
committed
Release 1.0.5, fix editing/deleting blank clocks
1 parent 7ef504c commit 9a8d2ea

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "global-progress-clocks",
33
"title": "Global Progress Clocks",
44
"description": "Blades in the Dark style progress clocks that show on the sidebar",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"authors": [
77
{
88
"name": "Supe",
@@ -34,5 +34,5 @@
3434
],
3535
"url": "https://github.com/CarlosFdez/global-progress-clocks",
3636
"manifest": "https://github.com/CarlosFdez/global-progress-clocks/releases/latest/download/module.json",
37-
"download": "https://github.com/CarlosFdez/global-progress-clocks/releases/download/v1.0.4/module.zip"
37+
"download": "https://github.com/CarlosFdez/global-progress-clocks/releases/download/v1.0.5/module.zip"
3838
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "global-progress-clocks",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Blades in the Dark style progress clocks module for Foundry VTT.",
55
"scripts": {
66
"link": "node link-foundry.mjs"

styles/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ body:has(#effects-panel .effect-item) #clock-panel {
170170
}
171171

172172
.name {
173+
align-items: center;
174+
align-self: stretch;
175+
display: flex;
173176
flex: 1;
177+
overflow: hidden;
174178
padding: 0 6px;
175-
white-space: nowrap;
176179
position: relative;
177180
text-align: right;
178-
overflow: hidden;
179-
180-
align-items: center;
181-
display: flex;
181+
white-space: nowrap;
182182

183183
.value {
184184
cursor: initial;

0 commit comments

Comments
 (0)