We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5431639 commit e09fc71Copy full SHA for e09fc71
functional-samples/sample.bookmarks/popup.css
@@ -1,3 +1,8 @@
1
+body {
2
+ width: 400px;
3
+ min-height: 150px;
4
+}
5
+
6
#editdialog input {
7
width: 100%;
8
}
functional-samples/sample.bookmarks/popup.html
@@ -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>
9
</head>
10
- <body style="width: 400px">
+ <body>
11
<div>Search Bookmarks: <input id="search" /></div>
12
<div id="bookmarks"></div>
13
<div id="editdialog"></div>
0 commit comments