improve popup style
This commit is contained in:
parent
7f6216f032
commit
a15bb2bcc8
@ -283,6 +283,7 @@ export const PopupContainer = styled.div`
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 1rem 0;
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
@ -306,7 +307,7 @@ export const PopupTitle = styled.p`
|
|||||||
background-color: var(--popup-header);
|
background-color: var(--popup-header);
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
margin: -1rem 0 1rem -2rem;
|
margin: -1rem 0 0 -2rem;
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 800px) {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user