mirror of https://github.com/vector-im/riot-web
improve layout
parent
a775086e81
commit
3b8e5073b5
|
@ -16,10 +16,25 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomPreviewBar {
|
.mx_RoomPreviewBar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: 176px;
|
||||||
|
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
flex-direction: column;
|
||||||
|
-webkit-flex-direction: column;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -moz-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomPreviewBar_preview_text {
|
.mx_RoomPreviewBar_wrapper {
|
||||||
color: #a4a4a4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomPreviewBar_invite_text {
|
.mx_RoomPreviewBar_invite_text {
|
||||||
|
@ -30,6 +45,11 @@ limitations under the License.
|
||||||
color: #ff0064;
|
color: #ff0064;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomPreviewBar_preview_text {
|
||||||
|
margin-top: 25px;
|
||||||
|
color: #a4a4a4;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomPreviewBar_join_text a {
|
.mx_RoomPreviewBar_join_text a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue