clean up proxy top bar

drop the home button, revert the go-button restyle, add breathing
room between the bar and the recommended sites grid below it
This commit is contained in:
first@lynx.com
2026-08-24 17:02:06 -04:00
parent 9d640ff608
commit 3f1bb80f8f
2 changed files with 2 additions and 11 deletions

View File

@ -7,21 +7,12 @@ body {
display: flex;
align-items: center;
gap: 8px;
padding: 10px;
padding: 18px 10px;
flex: 0 0 auto;
background-color: var(--bg-2);
box-shadow: 0 0 10px var(--color-2);
z-index: 10;
}
#proxyBar a {
flex: 0 0 auto;
display: flex;
align-items: center;
}
#proxyBar a img {
width: 28px;
height: 28px;
}
#sj-form {
display: flex;
flex: 1;
@ -74,6 +65,7 @@ body {
flex: 1;
width: 100%;
position: relative;
margin-top: 20px;
}
#sj-frame {
position: absolute;

View File

@ -179,7 +179,6 @@
<body>
<div id="proxyBar">
<a href="/home.html" title="back to home"><img src="/img/home.svg" /></a>
<form id="sj-form">
<input id="sj-address" type="text" placeholder="search or enter a url" autocomplete="off" />
<button type="submit">go</button>