aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Toolbar
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-13 16:53:24 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-13 16:53:24 +0100
commit22d5ffa155080037a32a64814002b987bddce3b4 (patch)
tree6f158c36c043d4a3fd822688a4f51e94e8d9810f /src/components/Toolbar
parent291a4fa29bb7fcbd1e0f298ff27bd0c774ff0cd0 (diff)
chore: increase toolbar buttons size
On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect.
Diffstat (limited to 'src/components/Toolbar')
-rw-r--r--src/components/Toolbar/Toolbar.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Toolbar/Toolbar.module.scss b/src/components/Toolbar/Toolbar.module.scss
index 408d769..debb3b7 100644
--- a/src/components/Toolbar/Toolbar.module.scss
+++ b/src/components/Toolbar/Toolbar.module.scss
@@ -2,7 +2,7 @@
@use "@styles/abstracts/mixins" as mix;
.wrapper {
- --btn-size: #{fun.convert-px(50)};
+ --btn-size: #{fun.convert-px(60)};
display: flex;
flex-flow: row wrap;