Fix alignments

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-13 21:45:48 +01:00
parent e8e900ca1e
commit 6a58512397
2 changed files with 6 additions and 2 deletions

View File

@ -76,8 +76,8 @@ limitations under the License.
left: 60px;
margin-right: 0; // Counteract the E2EIcon class
margin-left: 3px; // Counteract the E2EIcon class
width: 15px;
height: 15px;
width: 14px;
height: 14px;
}
.mx_MessageComposer_noperm_error {

View File

@ -36,6 +36,10 @@ limitations under the License.
align-items: center;
min-width: 0;
padding: 0 10px 0 18px;
.mx_InviteOnlyIcon_large {
margin: 0;
}
}
.mx_RoomHeader_spinner {