fantasia-archive/src/components/GlobalWindowButtons/GlobalWindowButtons.vue

25 lines
304 B
Vue
Raw Normal View History

<template>
2023-08-27 09:01:46 +12:00
<div />
</template>
2023-08-27 09:01:46 +12:00
<script setup lang="ts">
</script>
<style lang="scss" scoped>
.appWindowButtons {
border-radius: 0;
position: fixed;
right: 0;
top: 0;
height: 40px;
z-index: 99999999;
color: #fff;
-webkit-app-region: no-drag;
}
</style>
2023-08-27 09:01:46 +12:00
<style lang="scss">
</style>