Skip to content

Commit 9e57ffa

Browse files
committed
Update popup.html
1 parent fe1785a commit 9e57ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/html/pages/popup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
2-
<html style="width: 400px; height: 600px" dir="ltr">
2+
<html style="width:400px; height:600px;" dir="ltr">
33
<head>
44
<%~ include("html/partials/partial-head.html") %>
55
</head>
6-
<body style="width: 400px; height: 600px">
6+
<body style="width:400px; height:600px;">
77
<%~ include("html/partials/partial-body.html") %>
88
</body>
9-
</html>
9+
</html>

0 commit comments

Comments
 (0)