Minor copy addition to DM dialog for communities prototype

This commit is contained in:
Travis Ralston 2020-08-28 10:03:27 -06:00
parent 52e095fa61
commit cc2fc911af
3 changed files with 18 additions and 0 deletions

View file

@ -89,6 +89,13 @@ limitations under the License.
font-weight: bold;
text-transform: uppercase;
}
.mx_InviteDialog_subname {
margin-bottom: 10px;
margin-top: -10px; // HACK: Positioning with margins is bad
font-size: $font-12px;
color: $muted-fg-color;
}
}
.mx_InviteDialog_roomTile {