fix: Awesomebar style
This commit is contained in:
parent
e2d3b54cc3
commit
cb46ae263d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
min-width: 100%;
|
||||
list-style: none;
|
||||
background-color: var(--fg-color);
|
||||
max-height: 200px;
|
||||
max-height: unquote("min(60vh, 400px)");
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border-radius: var(--border-radius-sm);
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
border: 1px solid var(--border-color);
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
padding: var(--padding-xs);
|
||||
z-index: 1;
|
||||
top: calc(100% + var(--margin-xs));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue