diff --git a/public/project/plugin/popup.js b/public/project/plugin/popup.js index 0ac8994..cd680dc 100644 --- a/public/project/plugin/popup.js +++ b/public/project/plugin/popup.js @@ -81,7 +81,8 @@ function checkMockery(loc, force) { 'autotile', 'tileset', 'npcs', - 'npc48' + 'npc48', + 'terrains' ].includes(block.event.cls) ) { action.push( diff --git a/src/ui/achievement.vue b/src/ui/achievement.vue index 2664df0..0755119 100644 --- a/src/ui/achievement.vue +++ b/src/ui/achievement.vue @@ -266,6 +266,7 @@ function exit() { .list-text { font-size: 2.5vh; + padding: 0 20px; } .list-end {