Skip to content

Commit

Permalink
feat: optimize status bar menu
Browse files Browse the repository at this point in the history
purocean committed Jan 2, 2023
1 parent 3b94106 commit e79906c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/components/StatusBarMenu.vue
Original file line number Diff line number Diff line change
@@ -149,6 +149,8 @@ export default defineComponent({
.list {
min-width: 70px;
max-height: calc(100vh - 32px);
overflow-y: auto;
margin: 0;
list-style: none;
background: #4a4b4d;

0 comments on commit e79906c

Please sign in to comment.