Compare commits

..

No commits in common. "main" and "v1.0.0.1-main" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -16,8 +16,8 @@
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json",
"download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [
"styles/common.css",
"styles/core.css",

View File

@ -47,8 +47,6 @@
/* IMAGES */
.core-page img {
object-fit: contain;
border-style: none;
border: none;
/* width: 800px; */
object-fit: fill;
width: 800px;
}