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