Skip to content

Commit

Permalink
fix(ui): sidebar: padding-x
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad committed Jun 20, 2023
1 parent 10765e9 commit a852085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/desk/sidebar/SidebarLink.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="flex h-7 cursor-pointer items-center rounded-lg px-1.5 text-gray-700 transition-all duration-300 ease-in-out"
class="flex h-7 cursor-pointer items-center rounded-lg pl-1.5 pr-1 text-gray-700 transition-all duration-300 ease-in-out"
:class="{
'w-full': sidebarStore.isExpanded,
'w-7': !sidebarStore.isExpanded,
Expand Down

0 comments on commit a852085

Please sign in to comment.