mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
some style changes
This commit is contained in:
parent
4e8b3c34c0
commit
0553a6f1d6
@ -15,24 +15,19 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomPreviewBar {
|
||||
flex: 0 0 auto;
|
||||
margin: 15px;
|
||||
padding: 10px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid $panel-divider-color;
|
||||
text-align: center;
|
||||
height: 176px;
|
||||
background-color: $event-selected-color;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
background-color: $preview-bar-bg-color;
|
||||
-webkit-align-items: center;
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_wrapper {
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_invite_text {
|
||||
color: $primary-fg-color;
|
||||
}
|
||||
|
||||
.mx_RoomPreviewBar_join_text {
|
||||
color: $warning-color;
|
||||
}
|
||||
@ -59,4 +54,4 @@ limitations under the License.
|
||||
|
||||
.mx_RoomPreviewBar_spinnerIntro {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ module.exports = React.createClass({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="mx_RoomPreviewBar">
|
||||
<div className="mx_RoomPreviewBar dark-panel">
|
||||
<div className="mx_RoomPreviewBar_wrapper">
|
||||
{ joinBlock }
|
||||
{ previewBlock }
|
||||
|
Loading…
Reference in New Issue
Block a user