mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
fix: removed border mismatch when sidebar is closed
This commit is contained in:
parent
657c1e8423
commit
cf9d563cf3
@ -14,7 +14,7 @@
|
||||
platform !== 'Windows' ? 'window-drag' : '',
|
||||
]"
|
||||
>
|
||||
<Transition name="spacer">
|
||||
<Transition name="spacer" class="border-none">
|
||||
<div
|
||||
v-if="!showSidebar && platform === 'Mac' && languageDirection !== 'rtl'"
|
||||
class="h-full"
|
||||
|
Loading…
Reference in New Issue
Block a user