add WIP design

This commit is contained in:
2024-12-10 23:29:28 +01:00
parent 314fb4d19e
commit a271522069
38 changed files with 190 additions and 24 deletions

View File

@@ -17,22 +17,24 @@
});
</script>
<div data-tauri-drag-region class="titlebar">
<div data-tauri-drag-region class="titlebar z-[9999]">
<!-- <p class="mr-auto ms-2 text-sm">EZPPLauncher</p> -->
<div class="titlebar-button" id="titlebar-minimize">
<Minimize size={14} />
<Minimize size={18} />
</div>
<div class="titlebar-button close" id="titlebar-close">
<Close size={14} />
<Close size={18} />
</div>
</div>
<style lang="scss">
.titlebar {
height: 30px;
background: #040612;
/* background: #040612; */
user-select: none;
display: flex;
justify-content: flex-end;
align-items: center;
position: fixed;
top: 0;
left: 0;
@@ -43,8 +45,8 @@
display: inline-flex;
justify-content: center;
align-items: center;
width: 35px;
height: 25px;
width: 45px;
height: 100%;
user-select: none;
-webkit-user-select: none;
}