Skip to content

Commit

Permalink
moved body style to existing css file (GoogleChrome#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminloerincz authored May 1, 2023
1 parent 5431639 commit e09fc71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions functional-samples/sample.bookmarks/popup.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
body {
width: 400px;
min-height: 150px;
}

#editdialog input {
width: 100%;
}
2 changes: 1 addition & 1 deletion functional-samples/sample.bookmarks/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="third-party/jquery-1.12.4.js"></script>
<script src="third-party/jquery-ui-1.12.1.js"></script>
</head>
<body style="width: 400px">
<body>
<div>Search Bookmarks: <input id="search" /></div>
<div id="bookmarks"></div>
<div id="editdialog"></div>
Expand Down

0 comments on commit e09fc71

Please sign in to comment.