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; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
align-items: center; align-items: center;
width: calc(100% - 6px); width: 330px;
height: calc(100% - 22px); margin: 22px;
padding: 22px 3px 0;
text-align: center; text-align: center;
} }