Set max size of popup for Firefox and fix padding issues

This commit is contained in:
Ajay Ramachandran 2020-12-13 22:10:52 -05:00
parent b6fd1f0804
commit 7cc8cd75d4

View file

@ -17,9 +17,8 @@
display: flex;
flex-flow: column nowrap;
align-items: center;
width: calc(100% - 6px);
height: calc(100% - 22px);
padding: 22px 3px 0;
width: 330px;
margin: 22px;
text-align: center;
}