mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix(ui): help bar spacing
This commit is contained in:
parent
fd4c5befdb
commit
c49eeed102
@ -144,7 +144,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Keybindings Help -->
|
<!-- 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">
|
<div class="flex gap-4">
|
||||||
<p>↑↓ {{ t`Navigate` }}</p>
|
<p>↑↓ {{ t`Navigate` }}</p>
|
||||||
<p>↩ {{ t`Select` }}</p>
|
<p>↩ {{ t`Select` }}</p>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div
|
<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"
|
v-if="(searcher?.numSearches ?? 0) > 50"
|
||||||
>
|
>
|
||||||
<template
|
<template
|
||||||
|
Loading…
Reference in New Issue
Block a user