From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 6 Apr 2020 13:57:25 +0000 (+0200)
Subject: Smaller margin for endGame message
X-Git-Url: https://git.auder.net/variants/img/current/doc/assets/current/git-favicon.png?a=commitdiff_plain;h=a06fc4ba49b535ba45d70ee7401c5d2e26faefa2;p=vchess.git

Smaller margin for endGame message
---

diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue
index cf4d7629..fdbd2c3c 100644
--- a/client/src/components/BaseGame.vue
+++ b/client/src/components/BaseGame.vue
@@ -660,6 +660,7 @@ export default {
 <style lang="sass" scoped>
 [type="checkbox"]#modalEog+div .card
   min-height: 45px
+  max-width: 350px
 
 #baseGame
   width: 100%
diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue
index ae90255d..7dae055e 100644
--- a/client/src/views/Game.vue
+++ b/client/src/views/Game.vue
@@ -1610,7 +1610,7 @@ export default {
 
 <style lang="sass" scoped>
 #scoreDiv > .card, #rematchDiv > .card
-  padding: 15px 0
+  padding: 10px 0
   max-width: 430px
 
 #rulesDiv > .card
@@ -1625,6 +1625,7 @@ export default {
     max-width: 100%
 
 p.score-section
+  margin: 0
   font-size: 1.3em
   span.score
     font-weight: bold