mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:16:54 +00:00
fix: sidebar toggle button icon direction
This commit is contained in:
@@ -83,9 +83,9 @@ const showSidebarBtn = computed(() => {
|
||||
<GeneralIcon
|
||||
v-else
|
||||
icon="doubleLeftArrow"
|
||||
class="duration-150 transition-all !text-lg -mt-0.5 !text-nc-content-gray-muted bg-opacity-50"
|
||||
class="duration-150 transition-all !text-lg -mt-0.5 !text-nc-content-gray-muted bg-opacity-50 transform rtl:rotate-180"
|
||||
:class="{
|
||||
'transform rotate-180': !isLeftSidebarOpen,
|
||||
'rotate-180 rtl:rotate-0': !isLeftSidebarOpen,
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user