mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-28 22:43:36 +00:00
Add go button
This commit is contained in:
13
index.css
13
index.css
@@ -19,12 +19,15 @@
|
||||
width: 95%;
|
||||
font-size: 1em;
|
||||
padding: 0.5rem 0.8rem;
|
||||
margin-bottom: 1rem;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
/* input:focus {
|
||||
outline: none;
|
||||
} */
|
||||
|
||||
.suggestion {
|
||||
padding: 1rem 1rem 1rem 0;
|
||||
margin-left: 1rem;
|
||||
@@ -57,4 +60,12 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 1rem;
|
||||
gap: 0.85rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#go {
|
||||
font-size: 1.1rem;
|
||||
display: none;
|
||||
transition: opacity 0.25s ease-in-out;
|
||||
}
|
||||
Reference in New Issue
Block a user