Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gab-social
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
gab
social
gab-social
Commits
645f53a0
Commit
645f53a0
authored
Sep 18, 2019
by
Rob Colbert
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/revision-history' of
https://code.gab.com/gab/social/gab-social
into develop
parents
5135622f
4c12aa87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
app/javascript/gabsocial/features/ui/components/status_revision_modal.js
...gabsocial/features/ui/components/status_revision_modal.js
+1
-1
app/javascript/styles/gabsocial/components/status-revisions.scss
...ascript/styles/gabsocial/components/status-revisions.scss
+10
-0
No files found.
app/javascript/gabsocial/features/ui/components/status_revision_modal.js
View file @
645f53a0
...
...
@@ -23,7 +23,7 @@ class StatusRevisionModal extends ImmutablePureComponent {
const
{
intl
,
onClose
,
status
}
=
this
.
props
;
return
(
<
div
className
=
'
modal-root__modal
'
>
<
div
className
=
'
modal-root__modal
status-revisions-root
'
>
<
div
className
=
'
status-revisions
'
>
<
div
className
=
'
status-revisions__header
'
>
<
h3
className
=
'
status-revisions__header__title
'
><
FormattedMessage
id
=
'
status_revisions.heading
'
defaultMessage
=
'
Revision History
'
/><
/h3
>
...
...
app/javascript/styles/gabsocial/components/status-revisions.scss
View file @
645f53a0
.status-revisions-root
{
@media
screen
and
(
max-width
:
960px
)
{
width
:
100%
;
}
}
.status-revisions
{
padding
:
8px
0
0
;
overflow
:
hidden
;
...
...
@@ -46,6 +52,10 @@
widows
:
90%
;
}
@media
screen
and
(
max-width
:
960px
)
{
width
:
100%
;
}
&
-list
{
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment