This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 実装した際のバージョン | |
* - Foundry VTT 0.7.9 | |
* - Call of Cthulhu 7th edition (Unofficial) 0.5.7 https://github.com/HavlockV/CoC7-FoundryVTT/ | |
*/ | |
Dialog.prompt({ | |
title: "Charaeno からインポート", | |
content: ` | |
キャラクターシートのURL:<br/> | |
<input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/app/component/dice-symbol/dice-symbol.component.css b/src/app/component/dice-symbol/dice-symbol.component.css | |
index aca62fdd..b46d4afe 100644 | |
--- a/src/app/component/dice-symbol/dice-symbol.component.css | |
+++ b/src/app/component/dice-symbol/dice-symbol.component.css | |
@@ -98,7 +98,7 @@ | |
bottom: 0; | |
left: 0; | |
right: 0; | |
- transform: rotateX(-90deg) translateY(-50%); | |
+ /* transform: rotateX(-90deg) translateY(-50%); */ |