Fixed map border issue and production webpack image asset management.
This commit is contained in:
@@ -64,12 +64,12 @@
|
||||
</div>
|
||||
<iframe
|
||||
ref="dynmap"
|
||||
src="https:/ent.sys.reslate.xyz/rsemcs/dynmap/"
|
||||
src="https://ent.sys.reslate.xyz/rsemcs/dynmap/"
|
||||
class="map"
|
||||
allowtransparency="true"
|
||||
@load="iframeLoaded"
|
||||
>
|
||||
<p>Your browser does not support iframes. Visit <a href="https:/ent.sys.reslate.xyz/rsemcs/dynmap/">the full dynmap page here</a></p>
|
||||
<p>Your browser does not support iframes. Visit <a href="https://ent.sys.reslate.xyz/rsemcs/dynmap/">the full dynmap page here</a></p>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
@@ -190,8 +190,8 @@ export default {
|
||||
background-repeat: repeat;
|
||||
background-clip: padding-box;
|
||||
margin-bottom: 5%;
|
||||
|
||||
|
||||
border-width: 27px;
|
||||
border-image-slice:27 27 27 27;
|
||||
border-image-width:27px 27px 27px 27px;
|
||||
border-image-outset:0px 0px 0px 0px;
|
||||
|
Reference in New Issue
Block a user