minor UI fixes

This commit is contained in:
lostdesign
2019-10-25 12:11:05 +02:00
parent 42eabe0cc9
commit dad7abbbaf
2 changed files with 11 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export default {
props: {
resource: Object,
isActive: Boolean,
createCopyUrl: Function,
createCopyUrl: Function,
},
}
</script>
@@ -37,13 +37,15 @@ export default {
&--meta {
display: flex;
align-items: center;
justify-content: flex-start;
}
&--favicon {
height: 16px;
width: 16px;
margin-right: .5rem;
margin-top: 0.3rem;
margin-right: 0.5rem;
}
&--reference {