Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extension/src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Popup() {
const profileUrlSchemeInputRef = React.useRef<HTMLInputElement>(null);

return (
<div className="relative flex h-[600px] w-[350px] flex-col overflow-auto bg-primaryBg">
<div className="relative flex h-screen w-screen sm:h-[600px] sm:w-[350px] flex-col overflow-auto bg-primaryBg">
<div className="flex flex-col items-center pt-[12px]">
<img src="/icon-128.png" width="36" height="36" />

Expand Down
4 changes: 4 additions & 0 deletions extension/vite.config.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ export function getConfig(
manifest.browser_specific_settings = {
gecko: {
id: "streetpass@streetpass.social",
"data_collection_permissions": {
"required": ["none"],
},
},
gecko_android: {},
};
}
if (target === "safari") {
Expand Down