Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
9ecdddad
Commit
9ecdddad
authored
4 years ago
by
Angelina Filippova
Browse files
Options
Downloads
Patches
Plain Diff
Fix styles
parent
558db9a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!126
Create route for single status
Pipeline
#25198
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/views/statuses/show.vue
+21
-3
21 additions, 3 deletions
src/views/statuses/show.vue
src/views/users/show.vue
+12
-2
12 additions, 2 deletions
src/views/users/show.vue
with
33 additions
and
5 deletions
src/views/statuses/show.vue
+
21
−
3
View file @
9ecdddad
<
template
>
<div
v-if=
"!loading"
>
<div
v-if=
"!loading"
class=
"status-show-container"
>
<header
v-if=
"isDesktop || isTablet"
class=
"user-page-header"
>
<div
class=
"avatar-name-container"
>
<el-avatar
v-if=
"accountExists(user, 'avatar')"
:src=
"user.avatar"
size=
"large"
/>
...
...
@@ -103,7 +103,7 @@ export default {
}
</
script
>
<
style
rel=
'stylesheet/scss'
lang=
'scss'
scoped
>
<
style
rel=
'stylesheet/scss'
lang=
'scss'
>
.avatar-name-container
{
display
:
flex
;
align-items
:
center
;
...
...
@@ -143,10 +143,21 @@ export default {
margin
:
0
0
0
10px
;
}
}
@media
only
screen
and
(
min-width
:
1824px
)
{
.status-show-container
{
max-width
:
1824px
;
margin
:
auto
;
}
}
@media
only
screen
and
(
max-width
:
480px
)
{
.avatar-name-container
{
margin-bottom
:
10px
;
}
.el-timeline-item__wrapper
{
padding-left
:
18px
;
}
.left-header-container
{
align-items
:
center
;
display
:
flex
;
...
...
@@ -157,11 +168,18 @@ export default {
}
.recent-statuses-container
{
width
:
100%
;
margin
:
0
10px
;
margin
:
0
;
}
.show-private-statuses
{
margin
:
0
10px
20px
10px
;
}
.status-container
{
margin
:
0
10px
;
}
.statuses
{
padding-right
:
10px
;
margin-left
:
8px
;
}
.user-page-header
{
padding
:
0
;
margin
:
7px
15px
15px
10px
;
...
...
This diff is collapsed.
Click to expand it.
src/views/users/show.vue
+
12
−
2
View file @
9ecdddad
...
...
@@ -187,7 +187,7 @@ export default {
}
</
script
>
<
style
rel=
'stylesheet/scss'
lang=
'scss'
scoped
>
<
style
rel=
'stylesheet/scss'
lang=
'scss'
>
header
{
align-items
:
center
;
display
:
flex
;
...
...
@@ -291,16 +291,26 @@ table {
.avatar-name-container
{
margin-bottom
:
10px
;
}
.el-timeline-item__wrapper
{
padding-left
:
18px
;
}
.recent-statuses
{
margin
:
20px
10px
15px
10px
;
}
.recent-statuses-container
{
width
:
100%
;
margin
:
0
10px
;
margin
:
0
;
}
.show-private-statuses
{
margin
:
0
10px
20px
10px
;
}
.status-container
{
margin
:
0
10px
;
}
.statuses
{
padding-right
:
10px
;
margin-left
:
8px
;
}
.user-page-header
{
padding
:
0
;
margin
:
7px
15px
15px
10px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment