fix: layout of the insecure room name warning icon

This commit is contained in:
Bettenbuk Zoltan 2020-06-25 16:32:54 +02:00 committed by Zoltan Bettenbuk
parent 093254d948
commit 0c6b0641f5
1 changed files with 6 additions and 2 deletions

View File

@ -95,8 +95,12 @@ body.welcome-page {
flex-direction: row;
margin-top: 5px;
svg {
fill: $defaultWarningColor
.jitsi-icon {
margin-right: 15px;
svg {
fill: $defaultWarningColor
}
}
}