diff --git a/src/pages/MinecraftServer.vue b/src/pages/MinecraftServer.vue index 2bdcee6..4b7312b 100644 --- a/src/pages/MinecraftServer.vue +++ b/src/pages/MinecraftServer.vue @@ -60,10 +60,9 @@ @@ -111,11 +110,6 @@ export default { this.lastUpdate = info.last_updated; }, methods: { - dynmapLoaded() { - let iframe = this.$refs.dynmap; - let iframeDocument = iframe.contentDocument || iframe.contentWindow.document; - iframeDocument.body.style.backgroundColor = "transparent"; - } }, }; @@ -187,7 +181,7 @@ export default { background-clip: padding-box; margin-bottom: 2.5%; - border-width: 27px; + border-width: 26px; border-image-slice:27 27 27 27; border-image-width:27px 27px 27px 27px; border-image-outset:0px 0px 0px 0px;