feat: add scoped upload tokens
This commit is contained in:
@@ -453,6 +453,33 @@ thead th {
|
||||
min-width: 13rem;
|
||||
}
|
||||
|
||||
.action-dialog {
|
||||
width: min(520px, calc(100% - 2rem));
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
color: var(--text-main);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.action-dialog::backdrop {
|
||||
background: rgb(15 23 42 / 0.42);
|
||||
}
|
||||
|
||||
.dialog-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
border-bottom: 1px solid var(--line);
|
||||
padding: 0.9rem 1rem;
|
||||
}
|
||||
|
||||
.action-dialog-body {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
gap: 0.35rem;
|
||||
font-size: 0.88rem;
|
||||
|
||||
Reference in New Issue
Block a user