strip unicode dashes, trim restating doc comments, untrack forbidden files
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
const appWindow = getCurrentWebviewWindow();
|
||||
</script>
|
||||
|
||||
<!-- Invisible drag region – traffic lights on the right -->
|
||||
<!-- Invisible drag region - traffic lights on the right -->
|
||||
<header
|
||||
data-tauri-drag-region
|
||||
class="group absolute top-0 left-0 right-0 z-50 flex h-10 items-center justify-end pr-3.5 select-none"
|
||||
>
|
||||
<!-- Centered app name (decorative — OS window title handles screen readers) -->
|
||||
<!-- Centered app name (decorative -- OS window title handles screen readers) -->
|
||||
<span
|
||||
aria-hidden="true"
|
||||
class="pointer-events-none absolute inset-0 flex items-center justify-center
|
||||
@@ -61,7 +61,7 @@
|
||||
</span>
|
||||
</button>
|
||||
|
||||
<!-- Close (red) — rightmost -->
|
||||
<!-- Close (red) -- rightmost -->
|
||||
<button
|
||||
aria-label="Close"
|
||||
class="group/btn relative flex h-[44px] w-[44px] items-center justify-center"
|
||||
|
||||
Reference in New Issue
Block a user