mirror of
https://github.com/ivabus/gui
synced 2025-06-06 23:30:26 +03:00
Smaller max/min/close buttons
This commit is contained in:
parent
693b44f635
commit
8cb7921348
3 changed files with 6 additions and 5 deletions
|
@ -31,7 +31,8 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6,
|
||||
button {
|
||||
button,
|
||||
.click-copy {
|
||||
font-family: 'pp-neue-machina' !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
<ul id="NavBar">
|
||||
<nav data-tauri-drag-region class="flex justify-between">
|
||||
<div class="flex gap-1 p-3">
|
||||
<div class="flex gap-1 p-3 pt-3">
|
||||
<button class="titlebar-button" id="titlebar-close" on:click={appWindow.close}>
|
||||
<img src="/images/close.svg" alt="close" />
|
||||
</button>
|
||||
|
@ -139,8 +139,8 @@
|
|||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 8px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</article>
|
||||
</header>
|
||||
<footer class="flex h-20 border-t border-gray text-white">
|
||||
<input class="flex-grow bg-black pl-4" disabled value={copyValue} />
|
||||
<input class="flex-grow click-copy bg-black pl-4" disabled value={copyValue} />
|
||||
<Button class="w-16 border-0 border-l-2 text-sm" onClick={onCopy}>{copyButtonText}</Button>
|
||||
<Button class="w-56 border-0 border-l-2 text-sm" onClick={() => console.log('cli')}
|
||||
>OPEN IN TERMINAL</Button
|
||||
|
|
Loading…
Reference in a new issue