Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop
This commit is contained in:
commit
645f53a0cb
@ -23,7 +23,7 @@ class StatusRevisionModal extends ImmutablePureComponent {
|
|||||||
const { intl, onClose, status } = this.props;
|
const { intl, onClose, status } = this.props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='modal-root__modal'>
|
<div className='modal-root__modal status-revisions-root'>
|
||||||
<div className='status-revisions'>
|
<div className='status-revisions'>
|
||||||
<div className='status-revisions__header'>
|
<div className='status-revisions__header'>
|
||||||
<h3 className='status-revisions__header__title'><FormattedMessage id='status_revisions.heading' defaultMessage='Revision History' /></h3>
|
<h3 className='status-revisions__header__title'><FormattedMessage id='status_revisions.heading' defaultMessage='Revision History' /></h3>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
.status-revisions-root {
|
||||||
|
@media screen and (max-width: 960px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.status-revisions {
|
.status-revisions {
|
||||||
padding: 8px 0 0;
|
padding: 8px 0 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -46,6 +52,10 @@
|
|||||||
widows: 90%;
|
widows: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 960px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
&-list {
|
&-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user