2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix(ui): help bar spacing

This commit is contained in:
18alantom 2022-07-05 15:27:51 +05:30
parent fd4c5befdb
commit c49eeed102

View File

@ -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