From aad822a08e2138a254a2b4add0a38fd454c7352c Mon Sep 17 00:00:00 2001 From: serxoz Date: Wed, 28 Oct 2020 19:43:53 +0100 Subject: [PATCH] =?UTF-8?q?Cambios=20CSS=20para=20que=20aparezca=20la=20pe?= =?UTF-8?q?sta=C3=B1a=20"Notas"=20en=20la=20hoja=20de=20PJ=20en=20espa?= =?UTF-8?q?=C3=B1ol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ose.css | 6 +++--- system.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ose.css b/ose.css index bd2f5a2..046cc62 100644 --- a/ose.css +++ b/ose.css @@ -94,9 +94,9 @@ .ose.sheet.actor .sheet-tabs { position: absolute; transform: rotate(90deg); - top: 365px; - right: -169px; - width: 320px; + top: 224px; + right: -221px; + width: 420px; z-index: -1; border-top: none; } diff --git a/system.json b/system.json index d6f1d81..562bd0a 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "ldlmde", "title": "Leyendas de la Marca del Este", "description": "Leyendas de la Marca del Este, un fork rápido y sucio basado en el módulo para OSE.", - "version": "1.0.1", + "version": "1.0.2", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.5", "templateVersion": 1, @@ -26,5 +26,5 @@ "gridUnits": "ft", "url": "https://github.com/serxoz/ldlmde/", "manifest": "https://raw.githubusercontent.com/serxoz/ldlmde/main/system.json", - "download": "https://github.com/serxoz/ldlmde/archive/1.0.1.zip" + "download": "https://github.com/serxoz/ldlmde/archive/1.0.2.zip" }