Skip to content

Commit

Permalink
fix button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Feb 21, 2024
1 parent ebe3b53 commit 6979ccf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/HyperchatButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
float: right;
display: flex;
user-select: none;
transform: translateY(-50%);
}
:global(#view-selector) {
transform: translateY(50%);
}
.toggleButton {
Expand Down

0 comments on commit 6979ccf

Please sign in to comment.