mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
Revert "chore(stories): bump story button to w-24 so titles fit one line"
Some checks failed
Multiplatform Docker build & push / build (push) Has been cancelled
Some checks failed
Multiplatform Docker build & push / build (push) Has been cancelled
This reverts commit 0b47438f50.
This commit is contained in:
parent
0b47438f50
commit
dc76e720be
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export function StoriesWidget() {
|
|||
markStoryViewed(story.id);
|
||||
setActiveStory(story);
|
||||
}}
|
||||
className="flex w-24 shrink-0 flex-col items-center gap-2 text-center"
|
||||
className="flex w-20 shrink-0 flex-col items-center gap-2 text-center"
|
||||
>
|
||||
<StoryAvatar story={story} viewed={viewed} />
|
||||
<span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue