0.10.2-5 Upload
This commit is contained in:
@@ -683,7 +683,7 @@ body {
|
||||
|
||||
.pipeline-queue-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
@@ -1112,6 +1112,70 @@ body {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.aax-upload-header {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-bottom: 1px solid var(--rip-border);
|
||||
background: var(--rip-panel-soft);
|
||||
border-radius: 0.5rem 0.5rem 0 0;
|
||||
}
|
||||
|
||||
.aax-drop-zone {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.35rem;
|
||||
padding: 2rem 1rem;
|
||||
text-align: center;
|
||||
color: var(--rip-muted);
|
||||
}
|
||||
|
||||
.aax-drop-zone p {
|
||||
margin: 0;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.aax-drop-zone small {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.aax-drop-icon {
|
||||
font-size: 2.2rem;
|
||||
color: var(--rip-gold-400);
|
||||
}
|
||||
|
||||
.aax-file-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.65rem;
|
||||
padding: 0.6rem 0.75rem;
|
||||
border-top: 1px solid var(--rip-border);
|
||||
}
|
||||
|
||||
.aax-file-icon {
|
||||
font-size: 1.4rem;
|
||||
color: var(--rip-brown-600);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.aax-file-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.1rem;
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.aax-file-name {
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.audiobook-upload-status {
|
||||
margin-top: 0.8rem;
|
||||
padding: 0.7rem 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user