fix: minor ui improvements
This commit is contained in:
@@ -39,7 +39,15 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="filterText">
|
<div
|
||||||
|
v-if="filterText"
|
||||||
|
class="
|
||||||
|
divide-y divide-dividerLight
|
||||||
|
flex flex-col flex-1
|
||||||
|
overflow-auto
|
||||||
|
hide-scrollbar
|
||||||
|
"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
v-for="(map, mapIndex) in searchResults"
|
v-for="(map, mapIndex) in searchResults"
|
||||||
:key="`map-${mapIndex}`"
|
:key="`map-${mapIndex}`"
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ const chatWithUs = () => {
|
|||||||
|
|
||||||
const showShortcuts = () => {
|
const showShortcuts = () => {
|
||||||
invokeAction("flyouts.keybinds.toggle")
|
invokeAction("flyouts.keybinds.toggle")
|
||||||
|
hideModal()
|
||||||
}
|
}
|
||||||
|
|
||||||
const hideModal = () => {
|
const hideModal = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user