mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
chore: ui
This commit is contained in:
parent
dc0deb4ead
commit
fcb83d1ed0
@ -239,7 +239,7 @@ function UpdatedTime({ item }: { item: NewsItem }) {
|
|||||||
function NewsListTimeLine({ query }: Query) {
|
function NewsListTimeLine({ query }: Query) {
|
||||||
const items = query.data?.items
|
const items = query.data?.items
|
||||||
return (
|
return (
|
||||||
<ol className="relative border-s border-dash border-neutral-400/30">
|
<ol className="relative border-s border-dash border-neutral-400/10">
|
||||||
{items?.map(item => (
|
{items?.map(item => (
|
||||||
<li key={item.title} className="flex gap-2 mb-2 ms-4">
|
<li key={item.title} className="flex gap-2 mb-2 ms-4">
|
||||||
<div className={clsx("absolute w-2 h-2 bg-neutral-400/50 rounded-full ml-0.5 mt-1 -start-1.5")} />
|
<div className={clsx("absolute w-2 h-2 bg-neutral-400/50 rounded-full ml-0.5 mt-1 -start-1.5")} />
|
||||||
|
@ -38,7 +38,7 @@ function LoginIn() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="h-5 w-5 rounded-full bg-cover border"
|
className="h-6 w-6 rounded-full bg-cover border p-1 border-primary-600 dark:border-primary"
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
backgroundImage: `url(${info?.avatar})`,
|
backgroundImage: `url(${info?.avatar})`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user