Skip to content

Commit

Permalink
0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Aug 25, 2024
1 parent 0444142 commit de82d8a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.8.6]
- bd2bb66: feat: add Default Dark Modern theme mod
- 799d6bc: feat: setup will load theme mod from github
- c10472b: fix: no need to reserve space for dropdown
- 0444142: i18n: improve translation

## [0.8.5]
- 47bbda1: fix: use vscode default animation if not presented

Expand Down
5 changes: 5 additions & 0 deletions inject/vscode-frosted-glass-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ https://github.com/microsoft/vscode/blob/4b78857fd9c934cab979171380573452ffdc612
overflow-clip-margin: 10px !important;
}

/* Dropdown Animation */
.select-container > .context-view {
overflow-clip-margin: 0px !important;
}

/* Hover Animation */
div[widgetid="editor.contrib.resizableContentHoverWidget"] {
overflow: clip !important;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"publisher": "RichardLuo",
"description": "Bring frosted glass menu (like windows acrylic or mac os) to your vscode!",
"version": "0.8.5",
"version": "0.8.6",
"repository": {
"type": "git",
"url": "https://github.com/RichardLuo0/vscode-frosted-glass-theme"
Expand Down

0 comments on commit de82d8a

Please sign in to comment.