Polish inspector mobile layout
This commit is contained in:
@@ -2001,12 +2001,27 @@ button.entity-card {
|
||||
}
|
||||
|
||||
.inspector-field strong {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
font-size: 0.88rem;
|
||||
line-height: 1.28;
|
||||
overflow-wrap: anywhere;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.inspector-card .button-row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
|
||||
gap: 0.42rem;
|
||||
}
|
||||
|
||||
.inspector-card .button-row button {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
min-height: 2.2rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.workbench-inspector-panel .dataset-detail-panel {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
@@ -2020,6 +2035,51 @@ button.entity-card {
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.dataset-detail-panel p,
|
||||
.dataset-detail-panel li {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.dataset-detail-panel .job-result {
|
||||
max-height: 18rem;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.dataset-tool-panel {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
gap: 0.62rem;
|
||||
}
|
||||
|
||||
.dataset-tool-group {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
gap: 0.5rem;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
padding: 0.62rem;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.dataset-tool-group label {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dataset-tool-group input,
|
||||
.dataset-tool-group select {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dataset-tool-group button {
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1360px) {
|
||||
.workbench-layout {
|
||||
grid-template-columns: 12rem minmax(0, 1fr);
|
||||
@@ -2151,6 +2211,20 @@ button.entity-card {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.inspector-card,
|
||||
.dataset-tool-group {
|
||||
padding: 0.58rem;
|
||||
}
|
||||
|
||||
.inspector-action-bar,
|
||||
.inspector-card .button-row {
|
||||
grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
|
||||
}
|
||||
|
||||
.dataset-tool-group button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.workbench-sidebar nav {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user