+
{{ title }}
-
-
- {{ toggleSearch ? "검색 켜짐" : "검색 꺼짐" }}
-
+
+
+
+
+ {{ toggleSearch ? "검색 켜짐" : "검색 꺼짐" }}
+
+
@@ -41,6 +44,11 @@ const props = defineProps({
default: undefined,
required: false,
},
+ teleportZone: {
+ type: String,
+ default: undefined,
+ required: false,
+ },
});
const emit = defineEmits(["update:searchable", "reload"]);
@@ -72,16 +80,24 @@ function reload() {
width: 100%;
margin: auto;
display: grid;
- grid-template-columns: 80px 80px 1fr 80px 80px;
+ grid-template-columns: 90px 90px 1fr 90px 90px;
position: relative;
height: 24pt;
}
+.back_bar.back_bar_teleport {
+ grid-template-columns: 90px 90px 1fr 180px;
+}
+
.reload_btn {
height: 24pt;
margin-right: 2px;
}
+.teleport-zone{
+ height: 24pt;
+}
+
.back_btn {
height: 24pt;
margin-right: 2px;
@@ -89,6 +105,7 @@ function reload() {
.btn-toggle-zoom {
height: 24pt;
+ position: relative;
}
.title {