Skip to content

Commit

Permalink
fix: extension menu in chromium-based browsers (#840)
Browse files Browse the repository at this point in the history
Co-authored-by: uriiusero <[email protected]>
  • Loading branch information
uriiusero and ImAltF4 authored Nov 27, 2023
1 parent b363172 commit 3c4d2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Fixed "hidden subscription status" message in the User Card
- Fixed extraneous emote menu blank space when "Live Input Search" was enabled
- Fixed an issue with deleting messages using mod icons
- Fixed an issue where the extension menu displayed incorrectly in Chromium-based browsers

### 3.0.15.1000

Expand Down
3 changes: 1 addition & 2 deletions src/app/options/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ body[data-seventv-app] {
}
.seventv-options {
display: flex;
flex-direction: column;
height: 100%;
background: var(--seventv-background-shade-1);
width: max-content;
&.no-header {
background: none;
Expand Down

0 comments on commit 3c4d2ba

Please sign in to comment.