Css tasarım değişiklikleri

This commit is contained in:
Sedat Öztürk 2025-09-30 21:58:09 +03:00
parent e3a8165499
commit 64488c5af0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.menu-item { .menu-item {
@apply cursor-pointer font-medium rounded-md flex items-center w-full whitespace-nowrap gap-x-0.5 px-1; @apply cursor-pointer font-medium rounded-md flex items-center w-full whitespace-nowrap gap-x-1 px-1;
&.menu-item-light { &.menu-item-light {
@apply text-gray-600; @apply text-gray-600;

View file

@ -101,7 +101,7 @@ const _UserDropdown = ({ className }: CommonProps) => {
<span className="text-xl opacity-50"> <span className="text-xl opacity-50">
<FcNext /> <FcNext />
</span> </span>
<span>{translate('::Abp.Identity.SignOut')} </span> <span className="ml-1.5">{translate('::Abp.Identity.SignOut')} </span>
</Dropdown.Item> </Dropdown.Item>
</Dropdown> </Dropdown>
) )