From 207a0cb6b78c81b21a31d2f3144c1eb26d8b6512 Mon Sep 17 00:00:00 2001 From: Dorako Date: Thu, 28 Jul 2022 21:02:23 +0200 Subject: [PATCH] 1.5.0 --- styles/chat.css | 36 ++++++++++++++++++++++++------------ styles/pc-sheet-dark.css | 4 ++-- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/styles/chat.css b/styles/chat.css index 545bc84..6fbd8b0 100644 --- a/styles/chat.css +++ b/styles/chat.css @@ -814,9 +814,9 @@ message-content .chat-damage-buttons button { cursor: pointer; } -.message button:hover img { +/* .message button:hover img { filter: var(--filter-dark); -} +} */ .pf2e.chat-card .card-footer span { border-right: 1px groove #fff; @@ -899,14 +899,7 @@ button.half-damage .fa-heart-broken::after { -.pf2e.chat-card .card-buttons { - display: flex; - gap: 3px; - flex-direction: column; - margin: 0px; - /* padding-left: 5px; - padding-right: 5px; */ -} + .message .card-content hr { @@ -1626,8 +1619,27 @@ span[data-pf2-check].with-repost { padding: .2em; } - -.chat-message .card-buttons { +.pf2e.chat-card .card-buttons { + display: flex; + gap: 3px; + flex-direction: column; + margin: 0px; + /* padding-left: 5px; + padding-right: 5px; */ gap: 5px; margin-top: 5px; +} + +.pf2e.chat-card .owner-buttons { + gap: 3px; +} + +.pf2e.chat-card .card-buttons span { + line-height: unset; +} + +.pf2e.chat-card .card-buttons button.with-image img { + height: 1.2em; + border-radius: 3px; + box-shadow: var(--gold-and-glow) } \ No newline at end of file diff --git a/styles/pc-sheet-dark.css b/styles/pc-sheet-dark.css index 82c0c2f..38baccf 100644 --- a/styles/pc-sheet-dark.css +++ b/styles/pc-sheet-dark.css @@ -452,12 +452,12 @@ a.inline-roll, padding-bottom: 4px; } -.actor.sheet.character .crb-style .sheet-body .sheet-content ol.spell-list li .item-name .item-image, +/* .actor.sheet.character .crb-style .sheet-body .sheet-content ol.spell-list li .item-name .item-image, .spellcasting-entry.sheet ol.spell-list>li .item-name .item-image { height: 1.75rem; margin: 2px -1px; width: 1.75rem; -} +} */ .actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions.actions-pane.active .actions-container .actions-tabs-wrapper .actions-panel .actions-list.item-list.directory-list.skill-action-list .item.action.expandable.ready .item-name .actions-title .button-group.tags .skill-action.tag.variant-strike { border: 1px solid rgba(255, 255, 255, 0.5) !important;