This commit is contained in:
Jason Robinson 2021-01-15 17:02:28 +02:00
parent 158036ccf9
commit 3901cd9c72
3 changed files with 17 additions and 1 deletions

View file

@ -42,6 +42,16 @@ limitations under the License.
margin: 0 16px;
}
}
.mx_HostSignupDialog_footer {
display: flex;
justify-content: center;
align-items: baseline;
img {
padding-right: 5px;
}
}
}
iframe {