mirror of
https://github.com/umputun/reproxy.git
synced 2025-02-22 18:42:01 +02:00
make header thiner and remove build from repo
This commit is contained in:
parent
a0b56580e2
commit
22a97a6476
1
site/.gitignore
vendored
1
site/.gitignore
vendored
@ -2,3 +2,4 @@ _tmp
|
|||||||
node_modules
|
node_modules
|
||||||
yarn-*
|
yarn-*
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
public
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
@ -1 +0,0 @@
|
|||||||
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8l7-3v11L2 8z" fill="#FF7A00"/><path d="M15 8l-6 3V0l6 8z" fill="#FFB35A"/></svg>
|
|
Before Width: | Height: | Size: 169 B |
File diff suppressed because one or more lines are too long
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Reproxy",
|
|
||||||
"short_name": "Reproxy",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "touch-icon.png",
|
|
||||||
"sizes": "512x512"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"background_color": "#ffffff",
|
|
||||||
"theme_color": "#FF7A00",
|
|
||||||
"display": "fullscreen"
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
@ -28,11 +28,17 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen bg-white dark:bg-gray-900">
|
<body class="h-screen bg-white dark:bg-gray-900">
|
||||||
<header class="fixed top-0 left-0 z-20 w-full border-b border-gray-100 bg-opacity-75 backdrop-filter backdrop-blur-lg bg-white dark:bg-gray-900 transition-colors duration-200 dark:bg-dark dark:border-gray-800">
|
<header class="
|
||||||
<nav class="flex items-center h-16 md:h-20 w-full py-2">
|
fixed top-0 left-0 z-20
|
||||||
<div class="p-4 mr-auto">
|
w-full
|
||||||
|
border-b border-gray-100 dark:border-gray-800
|
||||||
|
bg-opacity-50 bg-white dark:bg-gray-900
|
||||||
|
backdrop-filter backdrop-blur-lg transition-colors duration-200
|
||||||
|
">
|
||||||
|
<nav class="flex items-center h-16 w-full py-2">
|
||||||
|
<div class="p-4 mr-auto flex flex-col sm:flex-row sm:items-center">
|
||||||
<span class="text-xl font-bold text-orange-600 dark:text-gray-300">{{ site.title }}</span>
|
<span class="text-xl font-bold text-orange-600 dark:text-gray-300">{{ site.title }}</span>
|
||||||
<span class="block mt-1 text-sm md:text-md text-gray-500 dark:text-gray-400">{{ site.subtitle }}</span>
|
<span class="block sm:ml-4 text-sm md:text-md text-gray-500 dark:text-gray-400">{{ site.subtitle }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mr-3">
|
<div class="mr-3">
|
||||||
<a class="text-gray-400 dark:text-gray-400 hover:text-gray-600 dark:hover:text-gray-200" aria-label="github link" rel="noopener noreferrer" href="{{ site.githubUrl }}" target="_blank">
|
<a class="text-gray-400 dark:text-gray-400 hover:text-gray-600 dark:hover:text-gray-200" aria-label="github link" rel="noopener noreferrer" href="{{ site.githubUrl }}" target="_blank">
|
||||||
@ -53,12 +59,11 @@
|
|||||||
class="
|
class="
|
||||||
hidden md:block
|
hidden md:block
|
||||||
fixed z-10 top-0 left-0 inset-y-0
|
fixed z-10 top-0 left-0 inset-y-0
|
||||||
w-full md:w-60
|
w-full md:w-60 mt-16
|
||||||
overflow-y-auto
|
overflow-y-auto
|
||||||
mt-20 md:mt-20
|
|
||||||
bg-white dark:bg-gray-900
|
bg-white dark:bg-gray-900
|
||||||
text-gray-500 dark:text-gray-400
|
text-gray-500 dark:text-gray-400
|
||||||
border-r border-gray-100 dark:bg-dark dark:border-gray-800
|
border-r border-gray-100 dark:border-gray-800
|
||||||
transition-colors duration-200
|
transition-colors duration-200
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user