1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-16 18:34:30 +02:00

make header thiner and remove build from repo

This commit is contained in:
Pavel Mineev 2021-04-24 23:01:25 +03:00 committed by Umputun
parent a0b56580e2
commit 22a97a6476
8 changed files with 13 additions and 133 deletions

1
site/.gitignore vendored
View File

@ -2,3 +2,4 @@ _tmp
node_modules
yarn-*
package-lock.json
public

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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

View File

@ -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

View File

@ -28,11 +28,17 @@
{% endif %}
</head>
<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">
<nav class="flex items-center h-16 md:h-20 w-full py-2">
<div class="p-4 mr-auto">
<header class="
fixed top-0 left-0 z-20
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="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 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">
@ -53,12 +59,11 @@
class="
hidden md:block
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
mt-20 md:mt-20
bg-white dark:bg-gray-900
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
"
>