diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-27 11:20:26 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-27 11:20:26 +0100 |
| commit | 395571bd89498fce46d37f3853cf718387fd0d9a (patch) | |
| tree | 0b1a405fb82484e31f62f72485feac18ebd29ae2 /src/components/Toolbar/Toolbar.module.scss | |
| parent | 7deed83dbb8835727c743662bee776794d460e74 (diff) | |
chore: add a theme toggle
Dark theme is not implemented yet.
Diffstat (limited to 'src/components/Toolbar/Toolbar.module.scss')
| -rw-r--r-- | src/components/Toolbar/Toolbar.module.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Toolbar/Toolbar.module.scss b/src/components/Toolbar/Toolbar.module.scss index 527a342..1814b99 100644 --- a/src/components/Toolbar/Toolbar.module.scss +++ b/src/components/Toolbar/Toolbar.module.scss @@ -28,7 +28,7 @@ --toolbar-size: auto; justify-content: flex-end; - gap: var(--spacing-md); + gap: var(--spacing-sm); width: auto; background: inherit; box-shadow: none; @@ -66,12 +66,12 @@ width: fun.convert-px(500); left: unset; right: unset; - top: 150%; + top: 120%; bottom: unset; background: var(--color-bg-opacity); box-shadow: fun.convert-px(2) fun.convert-px(2) fun.convert-px(3) fun.convert-px(1) var(--color-shadow); - transform-origin: 100% -200%; + transform-origin: 50% -200%; transition: all 0.8s ease-in-out 0s; &--closed { |
