change the visibility of the modal (now in js, not in css)

This commit is contained in:
Matteo Manzinello
2019-05-11 00:28:32 +02:00
parent 16e3729f85
commit 71df7e916a
8 changed files with 17 additions and 25 deletions

5
dist/mailgo.css vendored
View File

@@ -20,7 +20,6 @@
right: 0;
bottom: 0;
left: 0;
display: none;
justify-content: center;
align-items: center;
flex-direction: column;
@@ -29,10 +28,6 @@
font-size: 15px;
}
.mailgo-modal.is-active {
display: flex;
}
.mailgo-title {
display: block;
margin-bottom: 5px;