fixed ui
This commit is contained in:
parent
5977e1f76e
commit
227688be25
@ -281,6 +281,10 @@
|
|||||||
min-width: 0 !important;
|
min-width: 0 !important;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
position: absolute;
|
||||||
|
top:0;
|
||||||
|
right:0;
|
||||||
|
transform: translateY(-100%);
|
||||||
svg{
|
svg{
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ export const VideoListItem = (
|
|||||||
className={`video-item ${className}`}
|
className={`video-item ${className}`}
|
||||||
ref={setNodeRef} style={{transform: `translateY(${transform?.y || 0}px)`,}}
|
ref={setNodeRef} style={{transform: `translateY(${transform?.y || 0}px)`,}}
|
||||||
>
|
>
|
||||||
<div className={`list-row ${generating ? 'disabled status-generating' : ''} ${failed ? 'status-generate-failed' : ''} ${active?'playing':''}`}>
|
<div className={`list-row ${generating ? ' status-generating' : ''} ${failed ? 'status-generate-failed' : ''} ${active?'playing':''}`}>
|
||||||
<div
|
<div
|
||||||
className="col number"
|
className="col number"
|
||||||
{... (sortable && !generating?listeners:{})}
|
{... (sortable && !generating?listeners:{})}
|
||||||
|
@ -332,6 +332,7 @@ export default function LiveIndex() {
|
|||||||
</SortableContext>
|
</SortableContext>
|
||||||
</DndContext>
|
</DndContext>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="h-[100px]"></div>
|
||||||
</InfiniteScroller>
|
</InfiniteScroller>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -157,6 +157,7 @@ export default function NewEdit() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
})}
|
})}
|
||||||
|
<div className="h-[100px]"></div>
|
||||||
</div>
|
</div>
|
||||||
</InfiniteScroller>
|
</InfiniteScroller>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,6 +189,7 @@ export default function NewsIndex() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
<div className="h-[100px]"></div>
|
||||||
</InfiniteScroller>
|
</InfiniteScroller>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user