mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
exhaustive recap: all fields, figures for files, PeerTube ID display, same in edit form
This commit is contained in:
@@ -1413,21 +1413,23 @@ legend {
|
||||
.admin-file-list-item,
|
||||
.recap-files-list-item {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-s);
|
||||
}
|
||||
|
||||
.admin-file-figure,
|
||||
.recap-file-figure {
|
||||
.admin-file-figure {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: var(--space-s);
|
||||
background: var(--bg-secondary, rgba(149, 87, 181, 0.05));
|
||||
background: var(--bg-secondary);
|
||||
border-radius: var(--radius);
|
||||
padding: var(--space-s);
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.admin-file-icon,
|
||||
.recap-file-icon {
|
||||
.admin-file-icon {
|
||||
font-size: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
width: 2.5rem;
|
||||
@@ -1439,39 +1441,40 @@ legend {
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.admin-file-thumb,
|
||||
.recap-file-thumb {
|
||||
max-width: 160px;
|
||||
max-height: 120px;
|
||||
.admin-file-thumb {
|
||||
max-width: 120px;
|
||||
max-height: 90px;
|
||||
object-fit: cover;
|
||||
border-radius: var(--radius);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.admin-file-caption,
|
||||
.recap-file-caption {
|
||||
.admin-file-caption {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-3xs);
|
||||
}
|
||||
|
||||
.admin-file-name,
|
||||
.recap-file-name {
|
||||
.admin-file-name-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-2xs);
|
||||
}
|
||||
|
||||
.admin-file-name {
|
||||
font-weight: 600;
|
||||
font-size: var(--step--1);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.admin-file-peertube-id,
|
||||
.recap-file-peertube-id {
|
||||
.admin-file-peertube-id {
|
||||
font-size: var(--step--2);
|
||||
color: var(--text-tertiary);
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.admin-file-meta-row,
|
||||
.recap-file-meta-row {
|
||||
.admin-file-meta-row {
|
||||
display: flex;
|
||||
gap: var(--space-xs);
|
||||
align-items: center;
|
||||
@@ -1479,18 +1482,8 @@ legend {
|
||||
color: var(--text-tertiary);
|
||||
}
|
||||
|
||||
.recap-file-label {
|
||||
.admin-file-label {
|
||||
font-size: var(--step--1);
|
||||
color: var(--text-secondary);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.admin-file-label-input {
|
||||
font-size: var(--step--2);
|
||||
padding: var(--space-3xs) var(--space-2xs);
|
||||
border: 1px solid var(--accent-muted);
|
||||
border-radius: var(--radius);
|
||||
background: var(--bg-primary);
|
||||
color: var(--text-primary);
|
||||
margin-top: var(--space-3xs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user