You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
prefixes
This commit is contained in:
@@ -89,7 +89,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.showMore {
|
.mx_showMore {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ export default class BridgeTile extends React.PureComponent {
|
|||||||
<p className={metadataClassname}>
|
<p className={metadataClassname}>
|
||||||
{creator} {bot}
|
{creator} {bot}
|
||||||
</p>
|
</p>
|
||||||
<AccessibleButton className="showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
|
<AccessibleButton className="mx_showMore" kind="secondary" onClick={this._toggleVisible.bind(this)}>
|
||||||
{ this.state.visible ? _t("Show less") : _t("Show more") }
|
{ this.state.visible ? _t("Show less") : _t("Show more") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user