Skip to content

Commit

Permalink
fix: fine-tune sidebar appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 5, 2024
1 parent 6a2abcd commit 02db32a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][],
and this project adheres to [Semantic Versioning][].

## 2.1.1

### Fixed

- Fixes macOS sidebar (styles are more accurate).

## [2.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vite": "^5.0.10"
},
"dependencies": {
"@naco-ui/svelte": "1.5.0",
"@naco-ui/svelte": "1.6.0",
"colorjs.io": "0.4.5",
"deep-equal": "2.2.3",
"effector": "23.1.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
df5555ad6433413eee93443c79442e43
c7f6f6038d4b6834cc7476b799af9097
8 changes: 4 additions & 4 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frontend/src/pages/device/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const device: Page = {
title: 'Device',
layoutProps: {
toolbar: {
draggable: true
draggable: true,
transparent: true
},
macInset: {
enable: true
Expand Down

0 comments on commit 02db32a

Please sign in to comment.