Skip to content

Commit

Permalink
removes iframe styles for floating button, adds styles for hiding ifr…
Browse files Browse the repository at this point in the history
…ame when minimized (#163)

Co-authored-by: Kayla Fitzsimmons <kayla@Kaylas-MacBook-Pro.local>
  • Loading branch information
fitzk and Kayla Fitzsimmons committed Aug 27, 2024
1 parent fd38a37 commit 9ff3303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/mocksi-lite-next/src/pages/content/mocksi-extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ chrome.runtime.onMessage.addListener((request) => {
break;
case "MINIMIZED":
styles = {
bottom: "10px",
height: "100px",
bottom: "auto",
height: "0",
top: "auto",
width: "100px",
width: "0",
};
break;
default:
Expand Down

0 comments on commit 9ff3303

Please sign in to comment.