remove chevron from description area
This commit is contained in:
parent
23c4425a2a
commit
e32ae12cb9
1 changed files with 0 additions and 11 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
import type { Snippet } from 'svelte'
|
import type { Snippet } from 'svelte'
|
||||||
import DescriptionRenderer from '$lib/components/DescriptionRenderer.svelte'
|
import DescriptionRenderer from '$lib/components/DescriptionRenderer.svelte'
|
||||||
import Button from '$lib/components/ui/Button.svelte'
|
import Button from '$lib/components/ui/Button.svelte'
|
||||||
import Icon from '$lib/components/Icon.svelte'
|
|
||||||
import { getAvatarSrc, getAvatarSrcSet } from '$lib/utils/avatar'
|
import { getAvatarSrc, getAvatarSrcSet } from '$lib/utils/avatar'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|
@ -73,7 +72,6 @@
|
||||||
{:else}
|
{:else}
|
||||||
<span class="empty-state">No description</span>
|
<span class="empty-state">No description</span>
|
||||||
{/if}
|
{/if}
|
||||||
<Icon name="chevron-right" size={16} class="chevron" />
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -163,9 +161,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.description-content {
|
.description-content {
|
||||||
display: flex;
|
|
||||||
align-items: flex-start;
|
|
||||||
gap: $unit;
|
|
||||||
padding: $unit;
|
padding: $unit;
|
||||||
margin: 0 (-$unit);
|
margin: 0 (-$unit);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
@ -180,12 +175,6 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--button-bg);
|
background: var(--button-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.chevron) {
|
|
||||||
flex-shrink: 0;
|
|
||||||
color: var(--text-tertiary);
|
|
||||||
margin-top: 2px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-state {
|
.empty-state {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue