general: fixes

This commit is contained in:
k
2024-09-14 11:47:02 +02:00
parent 59f04c96c5
commit f3197c1af7
3 changed files with 120 additions and 89 deletions

View File

@@ -411,18 +411,22 @@
position: absolute;
bottom: 0;
right: 0;
left: 0;
display: flex;
padding: 1.5rem /* 24px */;
z-index: 10;
z-index: 20;
pointer-events: none;
justify-content: end;
& > * + * {
margin-left: 1rem /* 16px */;
&:has(> * + *) {
justify-content: space-between;
}
& > button {
box-shadow: 0 0 1rem 0.5rem var(--background-color);
border-radius: 9999px;
border-width: 1px;
pointer-events: auto;
}
}
}
@@ -908,6 +912,10 @@
}
#selected-frame {
/* display: flex; Set in script */
flex-direction: column;
display: none;
> header {
button {
margin: -0.5rem 0;
@@ -1662,6 +1670,13 @@
/>
</svg>
</button>
<button id="button-go-to-selected" title="Go to selected">
<svg viewBox="0 0 20 20">
<path
d="M4.25 2A2.25 2.25 0 0 0 2 4.25v2a.75.75 0 0 0 1.5 0v-2a.75.75 0 0 1 .75-.75h2a.75.75 0 0 0 0-1.5h-2ZM13.75 2a.75.75 0 0 0 0 1.5h2a.75.75 0 0 1 .75.75v2a.75.75 0 0 0 1.5 0v-2A2.25 2.25 0 0 0 15.75 2h-2ZM3.5 13.75a.75.75 0 0 0-1.5 0v2A2.25 2.25 0 0 0 4.25 18h2a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 1-.75-.75v-2ZM18 13.75a.75.75 0 0 0-1.5 0v2a.75.75 0 0 1-.75.75h-2a.75.75 0 0 0 0 1.5h2A2.25 2.25 0 0 0 18 15.75v-2ZM7 10a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"
/>
</svg>
</button>
</footer>
</section>
<section id="search-frame" hidden>
@@ -1873,10 +1888,7 @@
<div class="shadow-left"></div>
<div class="shadow-right"></div>
<section
id="selected-frame"
style="display: flex; flex-direction: column"
>
<section id="selected-frame">
<header>
<div>
<div style="display: flex; align-items: center">