style: adjusted layout and styling for searchpopup component
This commit is contained in:
parent
aefb08965d
commit
cd625430b2
@ -32,7 +32,7 @@ const PopupContainer: React.FC<Props> = ({ resolve }) => {
|
||||
onCancel={onCancel}
|
||||
afterClose={onClose}
|
||||
title={null}
|
||||
width="75vw"
|
||||
width="920px"
|
||||
transitionName="ant-move-down"
|
||||
styles={{
|
||||
content: { padding: 0, border: '1px solid var(--color-border)' },
|
||||
|
||||
@ -119,7 +119,7 @@ const HeaderLeft = styled.div`
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
top: 12px;
|
||||
left: 15px;
|
||||
`
|
||||
|
||||
@ -129,8 +129,8 @@ const MenuIcon = styled.div`
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
border-radius: 50%;
|
||||
&:hover {
|
||||
background-color: var(--color-background);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user