Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Jul 28, 2022
1 parent b23f02c commit 207a0cb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
36 changes: 24 additions & 12 deletions styles/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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)
}
4 changes: 2 additions & 2 deletions styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 207a0cb

Please sign in to comment.