Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Philipp Wolfer
funkwhale
Commits
3ce24776
Verified
Commit
3ce24776
authored
5 years ago
by
Ciarán Ainsworth
Committed by
Eliot Berriot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added fix + changelog fragment for #838
parent
ae8df9b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/838.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/838.bugfix
front/src/components/audio/Player.vue
+5
-1
5 additions, 1 deletion
front/src/components/audio/Player.vue
with
6 additions
and
1 deletion
changes/changelog.d/838.bugfix
0 → 100644
+
1
−
0
View file @
3ce24776
Fixed issue with player changing height when hovering over the volume slider (#838)
This diff is collapsed.
Click to expand it.
front/src/components/audio/Player.vue
+
5
−
1
View file @
3ce24776
...
...
@@ -199,7 +199,6 @@
@
click.prevent.stop=
"clean()"
class=
"two wide column control"
>
<i
class=
"icons"
>
<i
:class=
"['ui', 'trash', 'secondary',
{'disabled': queue.tracks.length === 0}, 'icon']" >
</i>
<i
:class=
"['ui corner large inverted', 'list',
{'disabled': queue.tracks.length === 0}, 'icon']" >
</i>
</i>
...
...
@@ -926,6 +925,11 @@ export default {
animation-timing-function
:
linear
;
animation-iteration-count
:
infinite
;
}
.icons
{
position
:
absolute
;
}
i
.icons
.corner.icon
{
font-size
:
1em
;
right
:
-0
.3em
;
...
...
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