Skip to content

Commit

Permalink
Condenses negotiation UI a little
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Oct 6, 2024
1 parent 0afde3e commit 5fbcebe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1449,8 +1449,8 @@ button.action-button {
.ds-nt-patience-container {
display: flex;
/*justify-content: space-between;*/
margin-top: 1em;
margin-bottom: 1em;
margin-top: .5em;
margin-bottom: .5em;
}

.ds-nt-patience-bubble-container {
Expand Down Expand Up @@ -1605,7 +1605,7 @@ button.action-button {
}

.ds-nt-argument-modifier-other {
margin-top: 1em;
margin-top: 0.3em;
}

/* disabled checkboxes */
Expand All @@ -1631,7 +1631,7 @@ button.action-button {
}

.ds-nt-argument-power-roll {
margin-top: 1em;
margin-top: .3em;
}

.ds-nt-argument-power-roll .pr-roll-line {
Expand All @@ -1640,7 +1640,7 @@ button.action-button {

.ds-nt-argument-power-roll .pr-detail-line {
margin: 0;
padding: 0.5em;
padding: 0.3em;
user-select: none;
}

Expand Down

0 comments on commit 5fbcebe

Please sign in to comment.