differentiate style based on preview or not

This commit is contained in:
Bruno Windels 2019-04-12 12:54:13 +02:00
parent 16ed06cebb
commit 01e9de9a3a
2 changed files with 11 additions and 1 deletions

View file

@ -28,6 +28,10 @@ limitations under the License.
-webkit-align-items: center;
}
.mx_RoomPreviewBar_dialog {
margin: auto;
}
.mx_RoomPreviewBar_join_text {
color: $warning-color;
}