Release v0.1.7
This commit is contained in:
@@ -26,48 +26,11 @@
|
||||
.organizations-toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.organizations-change-request {
|
||||
display: inline-grid;
|
||||
gap: 4px;
|
||||
min-width: 220px;
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.organizations-change-request input {
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.organizations-section-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
|
||||
gap: 18px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.organizations-editor-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
|
||||
gap: 18px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.organizations-form-panel,
|
||||
.organizations-table-panel {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.organizations-form-panel .card-body,
|
||||
.organizations-table-panel .card-body {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.organizations-form-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
@@ -82,8 +45,8 @@
|
||||
.organizations-row-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.organizations-row-actions {
|
||||
@@ -112,6 +75,15 @@
|
||||
.organizations-table-stack {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.organizations-table-stack > .card {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.organizations-dialog-change-request {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.organizations-tree-toolbar {
|
||||
@@ -181,13 +153,6 @@
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.organizations-section-grid,
|
||||
.organizations-editor-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.organizations-workspace {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user