fix: 💄 fix css padding on favorites
This commit is contained in:
parent
e439730a4d
commit
0c26182721
@ -2,6 +2,7 @@
|
||||
<AppContent>
|
||||
<EmptyContent
|
||||
v-if="!favorites.length"
|
||||
class="padding"
|
||||
:description="
|
||||
t('repod', 'Pin some subscriptions to see their latest updates')
|
||||
"
|
||||
@ -46,3 +47,9 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.padding {
|
||||
padding: 15px 51px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user