aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/SearchInput.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-07-01 21:07:33 +0800
committercrupest <crupest@outlook.com>2021-07-01 21:07:33 +0800
commit1529ff7af061c8ba784cccacc17f951c32a73261 (patch)
treefb1da397eaf1dee1f4810be7238cf5a449818eae /FrontEnd/src/views/common/SearchInput.css
parenteb306e98fb94fdfbced7b7e91ffb3d85ecb28c2c (diff)
downloadtimeline-1529ff7af061c8ba784cccacc17f951c32a73261.tar.gz
timeline-1529ff7af061c8ba784cccacc17f951c32a73261.tar.bz2
timeline-1529ff7af061c8ba784cccacc17f951c32a73261.zip
feat: Improve center search bar.
Diffstat (limited to 'FrontEnd/src/views/common/SearchInput.css')
-rw-r--r--FrontEnd/src/views/common/SearchInput.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/SearchInput.css b/FrontEnd/src/views/common/SearchInput.css
index 2943b3a2..f0503016 100644
--- a/FrontEnd/src/views/common/SearchInput.css
+++ b/FrontEnd/src/views/common/SearchInput.css
@@ -2,3 +2,7 @@
display: flex;
flex-wrap: wrap;
}
+
+.cru-search-input-input {
+ width: 100%;
+}