fix(electrobun): PathBrowser width constrained, position relative (no full-width stretch)
This commit is contained in:
parent
42ca15535b
commit
f71ca2e1ca
1 changed files with 3 additions and 5 deletions
|
|
@ -150,17 +150,15 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.path-browser {
|
.path-browser {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 2.5rem;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: var(--ctp-mantle);
|
background: var(--ctp-mantle);
|
||||||
border: 1px solid var(--ctp-surface1);
|
border: 1px solid var(--ctp-surface1);
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 20rem;
|
max-height: 18rem;
|
||||||
|
max-width: 100%;
|
||||||
box-shadow: 0 0.5rem 1.5rem color-mix(in srgb, var(--ctp-crust) 60%, transparent);
|
box-shadow: 0 0.5rem 1.5rem color-mix(in srgb, var(--ctp-crust) 60%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue