aboutsummaryrefslogtreecommitdiff
path: root/_sass/search.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
commita041f469ff41f53601c97454b41cfc4ef3f3ed45 (patch)
tree9554747d8a659b86f04c42ab3556fbb4dae3e37a /_sass/search.css
parent5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (diff)
cleanup + begin fix search page
Diffstat (limited to '_sass/search.css')
-rw-r--r--_sass/search.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/_sass/search.css b/_sass/search.css
index e424b6b..d46c80f 100644
--- a/_sass/search.css
+++ b/_sass/search.css
@@ -3,6 +3,8 @@
border-radius: 8px;
padding: 12px;
margin-bottom: 24px;
+
+ display: flex;
}
.searchBar .input {
@@ -12,10 +14,7 @@
color: var(--bg);
margin-left: 12px;
- width: calc(100% - 48px - 12px);
- padding: 14px 0;
-
- vertical-align: top;
+ flex-grow: 1;
}
.searchBar .input::placeholder {
@@ -27,7 +26,6 @@
.searchBar .button {
margin: 0;
- display: inline-block !important;
line-height: 0;
min-width: unset;
background-color: var(--bg);