From 9fa0083288da44e43d5af6ea69d9a4283c15552e Mon Sep 17 00:00:00 2001 From: randompearl-stack <126312812+randompearl-stack@users.noreply.github.com> Date: Sat, 11 May 2024 21:18:45 -0700 Subject: [PATCH 1/5] add board options to mobile --- ui/round/css/_moves-col1.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index 6f3c5cd9f616..9717c70aa7d2 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -68,10 +68,6 @@ } } - .buttons { - display: none; - } - .result { margin: 0; font-weight: bold; @@ -105,4 +101,8 @@ .status { display: none; } + + .fbt { + line-height: 2.3rem; + } } From c971082ed6fcca6f1488815aa123e42ce24e310c Mon Sep 17 00:00:00 2001 From: randompearl-stack <126312812+randompearl-stack@users.noreply.github.com> Date: Mon, 13 May 2024 12:21:14 -0700 Subject: [PATCH 2/5] remove duplicated prev-next buttons, analysis button, board menu toggle, and center all icons --- ui/round/css/_moves-col1.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index 9717c70aa7d2..a31de19cfac6 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -67,6 +67,9 @@ color: $c-font-clearer; } } + .buttons { + justify-content: space-around; + } .result { margin: 0; @@ -102,7 +105,24 @@ display: none; } + .col1-moves .fbt{ + display: none; + } + .fbt { line-height: 2.3rem; } + + .fbt.analysis { + display: none; + } + + .noop { + display: none; + } + + .board-menu-toggle { + display: none; + } + } From acdfc39bf43aa18e61cb2e74d5dcf38476de7968 Mon Sep 17 00:00:00 2001 From: randompearl-stack <126312812+randompearl-stack@users.noreply.github.com> Date: Mon, 13 May 2024 12:49:19 -0700 Subject: [PATCH 3/5] format spacing --- ui/round/css/_moves-col1.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index a31de19cfac6..bea405e82f2e 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -105,7 +105,7 @@ display: none; } - .col1-moves .fbt{ + .col1-moves .fbt { display: none; } From 5fa14b297c9b21b8de763943ba5059667609a207 Mon Sep 17 00:00:00 2001 From: randompearl-stack <126312812+randompearl-stack@users.noreply.github.com> Date: Mon, 13 May 2024 17:04:50 -0700 Subject: [PATCH 4/5] more formatting --- ui/round/css/_moves-col1.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index bea405e82f2e..8f6e1ab92b44 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -67,6 +67,7 @@ color: $c-font-clearer; } } + .buttons { justify-content: space-around; } @@ -124,5 +125,4 @@ .board-menu-toggle { display: none; } - } From 0d370dba91e4cd88a99374a7e45d6b9a2cc0f8ff Mon Sep 17 00:00:00 2001 From: randompearl-stack <126312812+randompearl-stack@users.noreply.github.com> Date: Mon, 13 May 2024 19:07:47 -0700 Subject: [PATCH 5/5] use prettier --- ui/round/css/_moves-col1.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index 8f6e1ab92b44..080209bbda79 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -67,7 +67,7 @@ color: $c-font-clearer; } } - + .buttons { justify-content: space-around; } @@ -113,15 +113,15 @@ .fbt { line-height: 2.3rem; } - + .fbt.analysis { display: none; } .noop { - display: none; + display: none; } - + .board-menu-toggle { display: none; }