Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
22240b9f
Commit
22240b9f
authored
Nov 13, 2019
by
Renon
Browse files
unset padding from playlist card cover bg
parent
afc62c09
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/680.bugfix
0 → 100644
View file @
22240b9f
Set correct size for album covers in playlist cards (#680)
front/src/components/playlists/Card.vue
View file @
22240b9f
...
...
@@ -88,5 +88,6 @@ export default {
/* background-position: 0 0, 25% 0, 50% 0, 75% 0, 100% 0; */
font-size
:
4em
;
box-shadow
:
0px
0px
0px
1px
rgba
(
34
,
36
,
38
,
0.15
)
inset
!important
;
padding
:
unset
;
}
</
style
>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment