Skip to content

Commit f3397d2

Browse files
committed
editor chat fix when video active
1 parent 095bde4 commit f3397d2

File tree

4 files changed

+6
-18
lines changed

4 files changed

+6
-18
lines changed

Diff for: style/index.css

-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
src: url(../fonts/IMFellDoublePica-Regular.ttf);
3939
}
4040
/* media query mixin */
41-
.tox {
42-
height: 100%;
43-
}
44-
4541
.editor-content h1, .journal-entry-content h1 {
4642
font-family: Albertus;
4743
font-size: 3em;

Diff for: style/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: style/scss/vendor/_editor.scss

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
.tox {
2-
height: 100%;
3-
}

Diff for: system.json

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Vaesen",
33
"description": "Nordic horror role-playing",
4-
"version": "6.0.2",
4+
"version": "6.0.3",
55
"esmodules": [
66
"script/hooks.js"
77
],
@@ -85,15 +85,12 @@
8585
}
8686
],
8787
"grid": {
88-
"distace": 1,
8988
"units": "m"
9089
},
91-
92-
9390
"url": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt",
9491
"socket": true,
9592
"manifest": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/latest/download/system.json",
96-
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/4.6.3/system.zip",
93+
"download": "https://github.com/fvtt-fria-ligan/vaesen-foundry-vtt/releases/download/6.0.2/system.zip",
9794
"license": "LICENSE.txt",
9895
"id": "vaesen",
9996
"authors": [
@@ -121,8 +118,6 @@
121118
],
122119
"compatibility": {
123120
"minimum": "12",
124-
"verified": "12.330"
125-
},
126-
"minimumCoreVersion": 12,
127-
"compatibleCoreVersion": 12
128-
}
121+
"verified": "12.331"
122+
}
123+
}

0 commit comments

Comments
 (0)