edit: création d'une interface type explorateur de fichier pour afficher les liens externes
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<script setup>
|
||||
import CloseIcon from '../assets/icons/close.svg'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="windowContainer" id="aboutPannel" ref="aboutPannel" :style="{top:coordY+'px', left:coordX+'px'}" @mousedown.left="$emit('focus')" >
|
||||
<Moveable
|
||||
@@ -9,7 +13,9 @@
|
||||
<div class="windowTitle">
|
||||
<div class="titleContent">
|
||||
<p>./About.333</p>
|
||||
<button type="button" class="titleBtn" @mousedown.stop @touchstart="$emit('close')" @click="$emit('close')"><p>×</p></button>
|
||||
<button type="button" class="titleBtn" @mousedown.stop @touchstart="$emit('close')" @click="$emit('close')">
|
||||
<CloseIcon name="close" class="icon"/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p id="about_text">
|
||||
|
||||
Reference in New Issue
Block a user