From 36051c946df9626b71c5c9aa5e797b7d1681ae7b Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:37:23 -0500 Subject: [PATCH 1/9] Update macros.styl --- src/stylus/macros.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 62f5d5f3..2cb187dc 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -67,7 +67,7 @@ user-select normal .name - width 5em + width auto .path flex 1 From f8e4c717b028440b24ac43d7490e6fc3ce8d748c Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:00:47 -0500 Subject: [PATCH 2/9] Macro style changes --- src/stylus/macros.styl | 2 +- src/stylus/view-control.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 2cb187dc..62f5d5f3 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -67,7 +67,7 @@ user-select normal .name - width auto + width 5em .path flex 1 diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index d8430927..38af1ed1 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -165,7 +165,7 @@ .macro text-align left - overflow hidden + overflow visible text-overflow ellipsis white-space nowrap padding 0.5em From 52fc23b54eb262e1c66d0f7576eca07d920457c1 Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:21:56 -0500 Subject: [PATCH 3/9] Revert "Macro style changes" This reverts commit f8e4c717b028440b24ac43d7490e6fc3ce8d748c. --- src/stylus/macros.styl | 2 +- src/stylus/view-control.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 62f5d5f3..2cb187dc 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -67,7 +67,7 @@ user-select normal .name - width 5em + width auto .path flex 1 diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index 38af1ed1..d8430927 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -165,7 +165,7 @@ .macro text-align left - overflow visible + overflow hidden text-overflow ellipsis white-space nowrap padding 0.5em From 9c4f12f1238e0137b1d09b0b3bc610963f23d222 Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:22:01 -0500 Subject: [PATCH 4/9] Revert "Update macros.styl" This reverts commit 36051c946df9626b71c5c9aa5e797b7d1681ae7b. --- src/stylus/macros.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 2cb187dc..62f5d5f3 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -67,7 +67,7 @@ user-select normal .name - width auto + width 5em .path flex 1 From f1ab3c57febd5ebe4851821f48dc52cd572c3c6e Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:22:48 -0500 Subject: [PATCH 5/9] Macro style changes --- src/stylus/view-control.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index d8430927..38af1ed1 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -165,7 +165,7 @@ .macro text-align left - overflow hidden + overflow visible text-overflow ellipsis white-space nowrap padding 0.5em From 5af21b548132678150e2c1b179d41f089467dcbf Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:45:34 -0500 Subject: [PATCH 6/9] Macros button style changes --- src/stylus/macros.styl | 2 +- src/stylus/view-control.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 62f5d5f3..8bfe1160 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -49,7 +49,7 @@ font-weight bold .macro - display flex + display inline-flex flex 1 align-items center background #eee diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index 38af1ed1..d8430927 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -165,7 +165,7 @@ .macro text-align left - overflow visible + overflow hidden text-overflow ellipsis white-space nowrap padding 0.5em From 77ea5335bd6b6d696da9a8bc1996b2292bc8581a Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:51:44 -0500 Subject: [PATCH 7/9] Macro button style changes --- src/stylus/macros.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 8bfe1160..60981252 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -49,7 +49,8 @@ font-weight bold .macro - display inline-flex + display flex + width auto flex 1 align-items center background #eee From 590e0543a3a423d8161677add428780e66510e10 Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:49:24 -0500 Subject: [PATCH 8/9] Macro button style changes --- src/stylus/view-control.styl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index d8430927..ead914e0 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -157,11 +157,7 @@ text-anchor middle .macros - display grid - grid-template-columns repeat(8, 1fr) - column-gap 1% - row-gap 8px - padding 0 0.25em + display flex-wrap .macro text-align left @@ -169,6 +165,8 @@ text-overflow ellipsis white-space nowrap padding 0.5em + margin: 4px; + width: max-content &:hover background-image button-hover From 8f31114719ac70439eaf4dc3641c194115d3a1a7 Mon Sep 17 00:00:00 2001 From: Mike Pearson <7306696+Q1WP@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:54:05 -0500 Subject: [PATCH 9/9] Update view-control.styl --- src/stylus/view-control.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index ead914e0..001bd87a 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -165,8 +165,8 @@ text-overflow ellipsis white-space nowrap padding 0.5em - margin: 4px; - width: max-content + margin: 4px; + width: max-content &:hover background-image button-hover