Removing titlebar buttons that have no function

These buttons will serve no purpose for the
photo gallery window and should be disabled and
hidden
This commit is contained in:
emma 2024-10-27 21:27:27 -04:00
parent 41957a2409
commit eb47e1a04b
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
<body> <body>
<div class="window"> <div class="window">
<div class="title-bar"> <div class="title-bar">
<button aria-label="Close" class="close"></button> <button aria-label="Close" disabled class="hidden"></button>
<h1 class="title">Baxter Images</h1> <h1 class="title">Baxter Images</h1>
<button aria-label="Resize" class="resize"></button> <button aria-label="Resize" disabled class="hidden"></button>
</div> </div>
<div class="separator"></div> <div class="separator"></div>