2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00

fix: sidebar margin

- reduce baseCount for Create Demo
This commit is contained in:
18alantom 2022-05-28 12:27:21 +05:30
parent b44a77e75a
commit cdefbe055d
2 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,10 @@
>
<div>
<!-- Company name and DB Switcher -->
<div class="px-2 flex flex-row items-center justify-between mb-6 mt-12">
<div
class="px-2 flex flex-row items-center justify-between mb-4"
:class="platform === 'Mac' ? 'mt-10' : 'mt-4'"
>
<h6
class="
text-xl

View File

@ -230,7 +230,7 @@ export default {
}
this.creatingDemo = true;
const baseCount = fyo.store.isDevelopment ? 1000 : 150;
const baseCount = fyo.store.isDevelopment ? 1000 : 100;
const { companyName, instanceId } = await setupDummyInstance(
filePath,