Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Tae Hoon
pleroma-fe
Commits
89e7e1f3
Commit
89e7e1f3
authored
5 years ago
by
Tae Hoon
Browse files
Options
Downloads
Patches
Plain Diff
use the classic naming scheme
parent
fa6d828e
Branches
648
No related tags found
No related merge requests found
Pipeline
#16418
passed
5 years ago
Stage: lint
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/mobile_post_status_modal/mobile_post_status_modal.vue
+2
-2
2 additions, 2 deletions
...nts/mobile_post_status_modal/mobile_post_status_modal.vue
with
2 additions
and
2 deletions
src/components/mobile_post_status_modal/mobile_post_status_modal.vue
+
2
−
2
View file @
89e7e1f3
...
...
@@ -20,7 +20,7 @@
</div>
<button
class=
"new-status-button"
:class=
"
{ 'new-status-button
--
hidden': isHidden }"
:class=
"
{ 'new-status-button
_
hidden': isHidden }"
@click="openPostForm"
>
<i
class=
"icon-edit"
/>
...
...
@@ -69,7 +69,7 @@
transition
:
0
.35s
transform
;
transition-timing-function
:
cubic-bezier
(
0
,
1
,
0
.5
,
1
);
&
--
hidden
{
&
_
hidden
{
transform
:
translateY
(
150%
);
}
...
...
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