Skip to content

Commit 378aafe

Browse files
committed
feat: update popup UI and styles for improved layout and responsiveness; adjust icon sizes and enhance overflow handling for better user experience
1 parent edc5a77 commit 378aafe

3 files changed

Lines changed: 109 additions & 61 deletions

File tree

entrypoints/popup/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en" class="h-full">
2+
<html lang="en" class="h-full overflow-hidden">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -8,8 +8,8 @@
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
99
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet" />
1010
</head>
11-
<body class="w-[28rem] min-w-[28rem] min-h-[37.5rem] h-[37.5rem] text-[13px] antialiased font-['Roboto',system-ui,sans-serif] bg-surface text-text-primary m-0 p-0 overflow-hidden">
12-
<div id="app"></div>
11+
<body class="w-[28rem] min-w-[28rem] h-popup max-h-popup text-[13px] antialiased font-['Roboto',system-ui,sans-serif] bg-surface text-text-primary m-0 p-0 overflow-hidden">
12+
<div id="app" class="h-popup max-h-popup overflow-hidden"></div>
1313
<script type="module" src="./main.ts"></script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)