From 5fbcebe8fb00ddf706916c2e7a014e84342470b3 Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Sun, 6 Oct 2024 15:44:56 -0400 Subject: [PATCH] Condenses negotiation UI a little --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index c21f288..12b603e 100644 --- a/styles.css +++ b/styles.css @@ -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 { @@ -1605,7 +1605,7 @@ button.action-button { } .ds-nt-argument-modifier-other { - margin-top: 1em; + margin-top: 0.3em; } /* disabled checkboxes */ @@ -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 { @@ -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; }