mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
fix(ui): help bar spacing
This commit is contained in:
parent
fd4c5befdb
commit
c49eeed102
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Keybindings Help -->
|
||||
<div class="flex text-sm text-gray-500 justify-between">
|
||||
<div class="flex text-sm text-gray-500 justify-between items-baseline">
|
||||
<div class="flex gap-4">
|
||||
<p>↑↓ {{ t`Navigate` }}</p>
|
||||
<p>↩ {{ t`Select` }}</p>
|
||||
@ -160,7 +160,7 @@
|
||||
</p>
|
||||
|
||||
<div
|
||||
class="border border-gray-100 rounded flex justify-self-end"
|
||||
class="border border-gray-100 rounded flex justify-self-end ml-2"
|
||||
v-if="(searcher?.numSearches ?? 0) > 50"
|
||||
>
|
||||
<template
|
||||
|
Loading…
Reference in New Issue
Block a user