Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
funkwhale
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Alexandra Dupouy
funkwhale
Commits
b01ea2a7
Verified
Commit
b01ea2a7
authored
Feb 26, 2018
by
Eliot Berriot
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #65: truncated play icon
parent
63542b41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+1
-0
front/src/components/audio/album/Card.vue
front/src/components/audio/album/Card.vue
+4
-1
No files found.
CHANGELOG
View file @
b01ea2a7
...
...
@@ -9,6 +9,7 @@ Changelog
- Fixed really small size on small screens
- Added masonry layout for artists, requests and radios (#68)
- We now have a favicon!
- Fixed truncated play icon (#65)
0.5.1 (2018-02-24)
...
...
front/src/components/audio/album/Card.vue
View file @
b01ea2a7
...
...
@@ -17,7 +17,7 @@
<table
class=
"ui very basic fixed single line compact unstackable table"
>
<tbody>
<tr
v-for=
"track in tracks"
>
<td>
<td
class=
"play-cell"
>
<play-button
class=
"basic icon"
:track=
"track"
:discrete=
"true"
></play-button>
</td>
<td
colspan=
"6"
>
...
...
@@ -85,6 +85,9 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
lang=
"scss"
>
table
.fixed
td
.play-cell
{
overflow
:
auto
;
}
tr
{
.favorite-icon
:not
(
.favorited
)
{
display
:
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