refactor(ui): adjust language picker style

This commit is contained in:
sct
2021-03-09 04:39:05 +00:00
parent f5fc0545a4
commit 36e614f4f3
2 changed files with 4 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ const Layout: React.FC = ({ children }) => {
</button>
<div className="flex justify-between flex-1 pr-4 md:pr-4 md:pl-4">
<SearchInput />
<div className="flex items-center ml-2 md:ml-4">
<div className="flex items-center ml-2">
<LanguagePicker />
<UserDropdown />
</div>