mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:39:18 +00:00
fix video button layout
This commit is contained in:
@@ -315,7 +315,7 @@ const Video = () => {
|
|||||||
{!reindex && (
|
{!reindex && (
|
||||||
<>
|
<>
|
||||||
{isAdmin && (
|
{isAdmin && (
|
||||||
<div id="reindex-button" className="button-box">
|
<div id="reindex-button">
|
||||||
<Button
|
<Button
|
||||||
label="Reindex"
|
label="Reindex"
|
||||||
title={`Reindex ${video.title}`}
|
title={`Reindex ${video.title}`}
|
||||||
@@ -331,6 +331,8 @@ const Video = () => {
|
|||||||
<a download="" href={`${getApiUrl()}${video.media_url}`}>
|
<a download="" href={`${getApiUrl()}${video.media_url}`}>
|
||||||
<Button label="Download File" id="download-item" />
|
<Button label="Download File" id="download-item" />
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
|
</div>
|
||||||
|
<div className="button-box">
|
||||||
{isAdmin && (
|
{isAdmin && (
|
||||||
<>
|
<>
|
||||||
{!showDeleteConfirm && (
|
{!showDeleteConfirm && (
|
||||||
@@ -360,6 +362,8 @@ const Video = () => {
|
|||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}{' '}
|
)}{' '}
|
||||||
|
</div>
|
||||||
|
<div className="button-box">
|
||||||
{!showAddToPlaylist && (
|
{!showAddToPlaylist && (
|
||||||
<Button
|
<Button
|
||||||
label="Add To Playlist"
|
label="Add To Playlist"
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ button:hover {
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unsubscribe {
|
.unsubscribe {
|
||||||
|
|||||||
Reference in New Issue
Block a user