improve previewbar look & feel
This commit is contained in:
parent
3339fa2a39
commit
54c34ab8d5
|
@ -54,3 +54,15 @@ limitations under the License.
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomPreviewBar_warning {
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomPreviewBar_warningIcon {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue