Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sample
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周韬
node-sample
Commits
f0f8f67a
Commit
f0f8f67a
authored
Apr 24, 2017
by
Evan You
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve spinner positioning
parent
f3b6b3d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
Spinner.vue
src/components/Spinner.vue
+0
-4
ItemView.vue
src/views/ItemView.vue
+2
-4
No files found.
src/components/Spinner.vue
View file @
f0f8f67a
...
@@ -19,10 +19,6 @@ $offset = 126
...
@@ -19,10 +19,6 @@ $offset = 126
$duration = 1.4s
$duration = 1.4s
.spinner
.spinner
position fixed
z-index 999
right 15px
bottom 15px
transition opacity .15s ease
transition opacity .15s ease
animation rotator $duration linear infinite
animation rotator $duration linear infinite
animation-play-state paused
animation-play-state paused
...
...
src/views/ItemView.vue
View file @
f0f8f67a
...
@@ -114,10 +114,8 @@ function fetchComments (store, item) {
...
@@ -114,10 +114,8 @@ function fetchComments (store, item) {
padding 1em 0
padding 1em 0
position relative
position relative
.spinner
.spinner
position absolute
display inline-block
top 0
margin -15px 0
right 0
bottom auto
.comment-children
.comment-children
list-style-type none
list-style-type none
...
...
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