dc6ed625b5b246a63d4853dd2cab81cf87a31179
templates/layout.mustache
... | ... | @@ -1,4 +1,3 @@ |
1 | -/uploads65;6003;1c |
|
2 | 1 | <!DOCTYPE html> |
3 | 2 | <html> |
4 | 3 | <head> |
wiki/index.html
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <link rel="apple-touch-icon" sizes="180x180" href="https://0makes0.com/images/favicons/apple-touch-icon.png"> |
11 | 11 | <link rel="icon" type="image/png" sizes="32x32" href="https://0makes0.com/images/favicons/favicon-32x32.png"> |
12 | 12 | <link rel="icon" type="image/png" sizes="16x16" href="https://0makes0.com/images/favicons/favicon-16x16.png"> |
13 | - <link rel="stylesheet" href="/tailwind-preflight.css"> |
|
13 | + <link rel="stylesheet" href="/tailwind.css"> |
|
14 | 14 | <link href='//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css' rel='stylesheet' type='text/css'> |
15 | 15 | <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script> |
16 | 16 | <style> |
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | position:fixed; |
33 | 33 | width: 100%; |
34 | 34 | height: 100%; |
35 | - margin: auto; |
|
35 | + margin: ; |
|
36 | 36 | overflow: hidden; |
37 | 37 | margin:0 auto; |
38 | 38 | } |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | </style> |
51 | 51 | </head> |
52 | 52 | <body> |
53 | - <div id="hideMe" class=""> |
|
53 | + <div id="hideMe" style="left: 0px; top: 0px;"> |
|
54 | 54 | </div> |
55 | 55 | |
56 | 56 | <div id="manual" class="lg:max-w-screen-lg m-auto items-end justify-between p-4 pt-10 hidden" style="display: none !important;"> |