Admin cockpit
This commit is contained in:
@@ -578,15 +578,20 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
padding: 0.65rem;
|
||||
}
|
||||
.program-node-preview {
|
||||
min-height: 260px;
|
||||
height: min(42vh, 380px);
|
||||
min-height: 280px;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 12px;
|
||||
background: white;
|
||||
overflow: hidden;
|
||||
padding: 0.75rem;
|
||||
}
|
||||
.program-node-preview img {
|
||||
width: 100%;
|
||||
max-height: 420px;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
@@ -599,9 +604,15 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.admin-review-form {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 14px;
|
||||
background: #f8fafc;
|
||||
padding: 0.85rem;
|
||||
}
|
||||
.admin-review-form label {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user