diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-15 09:33:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-15 09:33:41 +0200 |
commit | 4fdc7350202044b7d326dfcbf646eb106e2041e5 (patch) | |
tree | ca34cf116bb7c423e789988a96a794b89c9d5cef /client/src | |
parent | 293992563943e6791a798f4f5b31f04773684ed7 (diff) | |
download | PeerTube-4fdc7350202044b7d326dfcbf646eb106e2041e5.tar.gz PeerTube-4fdc7350202044b7d326dfcbf646eb106e2041e5.tar.zst PeerTube-4fdc7350202044b7d326dfcbf646eb106e2041e5.zip |
Fix typeahead font size
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index e4c9c602c..299efba2c 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss | |||
@@ -74,6 +74,8 @@ li.suggestion { | |||
74 | } | 74 | } |
75 | 75 | ||
76 | #typeahead-container { | 76 | #typeahead-container { |
77 | font-size: 14px; | ||
78 | |||
77 | input { | 79 | input { |
78 | border: 1px solid pvar(--mainBackgroundColor) !important; | 80 | border: 1px solid pvar(--mainBackgroundColor) !important; |
79 | box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0; | 81 | box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0; |