Skip to content

Commit

Permalink
Minor tooltitp style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 committed Jan 12, 2024
1 parent 9086e50 commit d685e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
const bcr = button.elm.getBoundingClientRect();
popup = Tooltip.new(
bcr.right + 6,
bcr.bottom - 8,
bcr.bottom,
b?.title,
document.body,
true
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ body {

.tooltip .text {
align-self: flex-start;
padding: 8px;
padding: 4px 8px;
}

.win-content h1 {
Expand Down

0 comments on commit d685e5d

Please sign in to comment.