From 2ba99c57321c6df25f52a21a63451c26cd7fc1f9 Mon Sep 17 00:00:00 2001 From: Dorako Date: Sun, 13 Mar 2022 02:54:09 +0100 Subject: [PATCH] 1.3.10 --- CHANGELOG.md | 4 ++++ module.json | 4 ++-- styles/chat.css | 4 ++-- styles/hotbar.css | 46 ++++++++++++++++++++++++++-------------------- 4 files changed, 34 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fdf52..f4e722c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 1.3.9 +Fixed support for Monk's hotbar. Fixed layout of Strike cards. + +# 1.3.9 + Fixed issue that caused degree-of-success colors to disappear. Added support for Damage Log's revert functionality. Removed sheet stylings, as the system changes them too frequently. # 1.3.8 diff --git a/module.json b/module.json index ca812e1..9d9ee26 100644 --- a/module.json +++ b/module.json @@ -4,12 +4,12 @@ "description": "Overhauls the Foundry UI and several modules.", "url": "https://github.com/Dorako/pf2e-dorako-ui", "author": "Dorako", - "version": "1.3.9", + "version": "1.3.10", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "system": ["pf2e"], "scripts": ["scripts/dorako-ui.js"], "templates": ["templates/*"], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.9.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.3.10.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/raw/main/module.json" } diff --git a/styles/chat.css b/styles/chat.css index 359d344..953e7e2 100644 --- a/styles/chat.css +++ b/styles/chat.css @@ -1337,10 +1337,10 @@ div#scrollToBottom:hover { color: var(--pf2e-body-primary); } -.pf2e.chat-card .card-buttons[data-visibility=owner], +/* .pf2e.chat-card .card-buttons[data-visibility=owner], .pf2e.chat-card .card-buttons .spell-attack-buttons { flex-direction: row; -} +} */ .pf2e.chat-card .card-buttons-two-column { display: flex; diff --git a/styles/hotbar.css b/styles/hotbar.css index 6d500c6..7f5b672 100644 --- a/styles/hotbar.css +++ b/styles/hotbar.css @@ -6,8 +6,7 @@ #hotbar .bar-controls, #hotbar #macro-list, #hotbar .macro.inactive, -#hotbar .macro -{ +#hotbar .macro { border: none; border-radius: 0px; box-shadow: none; @@ -22,8 +21,7 @@ #hotbar #hotbar-page-controls, #hotbar #macro-list, #hotbar .macro.inactive, -#hotbar .macro:not(.active) -{ +#hotbar .macro:not(.active) { border: none; border-radius: var(--dorako-radius); background-color: var(--dorako-bg-current); @@ -106,7 +104,7 @@ flex-grow: 0; } -#hotbar-page-controls .bar-controls{ +#hotbar-page-controls .bar-controls { display: flex; align-items: center; justify-content: center; @@ -156,17 +154,17 @@ } */ #hotbar .macro.active::before { - transition: box-shadow 0.5s ease-in-out; - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: var(--glassy); - border-radius: 2px; - overflow: hidden; - pointer-events: none; + transition: box-shadow 0.5s ease-in-out; + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + box-shadow: var(--glassy); + border-radius: 2px; + overflow: hidden; + pointer-events: none; } #hotbar .macro.active:hover::before { @@ -177,7 +175,7 @@ left: 0; width: 100%; height: 100%; - box-shadow: 0px 0px 10px rgba(220,200,100,0.5) inset, var(--glassy); + box-shadow: 0px 0px 10px rgba(220, 200, 100, 0.5) inset, var(--glassy); border-radius: 2px; overflow: hidden; pointer-events: none; @@ -199,22 +197,30 @@ position: absolute; bottom: 52px; width: 592px; - left: -32px; + /* left: -32px; */ transition: unset; gap: 2px; max-height: 270px; overflow: visible; } +#hotbar .macro-list { + margin: 0px; +} + +.hotbar-page-row { + gap: 9px +} + .hotbar-page .action-bar { - gap: 10px; + display: contents; } .hotbar-page .macro-list { flex: 0 0 518px; height: 100%; list-style: none; - margin:0px; + margin: 0px; padding: 0px; border: none; border-radius: 3px;