chore: fix clipper width & height issues [skip e2e]

This commit is contained in:
Aman Harwara
2024-02-05 13:59:58 +05:30
parent e81cf1f1e0
commit 5f6c8dedf2
2 changed files with 7 additions and 8 deletions

View File

@@ -9,14 +9,7 @@ module.exports = ({ htmlWebpackPlugin }) => {
<title>Standard Notes</title>
<script src="./globals.js"></script>
${htmlWebpackPlugin.tags.headTags}
<style>
html,
body {
min-width: 350px;
max-width: 350px;
min-height: 260px;
}
</style>
<link rel="stylesheet" href="./style.css" />
</head>
<body></body>
</html>`