Skip to content

Commit

Permalink
fix mistake and app store css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 committed Jan 25, 2024
1 parent 4d21246 commit 081af46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/lib/CtxMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
}
if (bcr.right > window.innerWidth) {
ctxMenu.style({
top: window.innerWidth - bcr.width + "px",
left: window.innerWidth - bcr.width + "px",
});
}
});
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,10 @@ hr {
gap: 8px;
}

.app-store .app-text span {
white-space: pre-wrap;
}

.app-store .app-icon {
width: 64px;
height: 64px;
Expand Down

0 comments on commit 081af46

Please sign in to comment.