1
0
mirror of https://github.com/S2-/gitlit synced 2025-10-06 11:20:09 +02:00

fix search window

This commit is contained in:
s2
2019-06-06 15:56:42 +02:00
parent c5f9b551ab
commit 1313cff86a
21 changed files with 1297 additions and 0 deletions

22
app/node_modules/electron-find/example2/inner2.html generated vendored Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>webview 2</title>
<style>
.content{
margin: 10px;
padding: 10px;
border: 1px solid rgb(164, 195, 216);
border-radius: 4px;
}
</style>
</head>
<body>
<div class="content">
<h3>In webview 2</h3>
<div>content 2</div>
<div>content 2</div>
</div>
</body>
</html>