improve previewbar look & feel

pull/1249/head
Matthew Hodgson 2016-03-21 22:06:06 +00:00
parent 3339fa2a39
commit 54c34ab8d5
1 changed files with 12 additions and 0 deletions

View File

@ -54,3 +54,15 @@ limitations under the License.
text-decoration: underline;
cursor: pointer;
}
.mx_RoomPreviewBar_warning {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
padding: 8px;
}
.mx_RoomPreviewBar_warningIcon {
padding: 12px;
}