mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 11:17:10 +00:00
apply tag modal clean up
This commit is contained in:
parent
d767675995
commit
e2a1ce0865
2 changed files with 11 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<modal
|
||||
ref="tag"
|
||||
:title="$t('tags.applyTag')"
|
||||
:message="$t('tags.useTags')"
|
||||
:message="$t('tags.message')"
|
||||
>
|
||||
<div slot="content">
|
||||
<h3>All tags</h3>
|
||||
|
@ -91,4 +91,13 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
@import '~styles/styles';
|
||||
|
||||
h3 {
|
||||
margin: $gp 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin-right: $gp / 2;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
"createTag": "Create tag",
|
||||
"inputPlaceholder": "Tag name",
|
||||
"applyTag": "Apply tag",
|
||||
"useTags": "Use tags to better organise your games"
|
||||
"message": "Use tags to better organize your games!"
|
||||
},
|
||||
"gameSearch": {
|
||||
"title": "Add games to",
|
||||
|
|
Loading…
Add table
Reference in a new issue