1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +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

14
app/node_modules/electron-find/example/example.css generated vendored Normal file
View File

@@ -0,0 +1,14 @@
html,
body{
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: auto;
}
section{
padding: 10px 20px;
}
h3{
margin-top: 30px;
}