change comment style
This commit is contained in:
@@ -82,22 +82,22 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
|
|||||||
:host > div {
|
:host > div {
|
||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
}
|
}
|
||||||
//@container (width > 600px) {
|
/*@container (width > 600px) {*/
|
||||||
:host(:not([orientation='vertical'])) > div {
|
:host(:not([orientation='vertical'])) > div {
|
||||||
grid-column: span 1;
|
grid-column: span 1;
|
||||||
}
|
}
|
||||||
//}
|
/*}*/
|
||||||
|
|
||||||
#headerColumn {
|
#headerColumn {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
}
|
}
|
||||||
//@container (width > 600px) {
|
/*@container (width > 600px) {*/
|
||||||
#headerColumn {
|
#headerColumn {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--uui-size-space-2) * -1);
|
top: calc(var(--uui-size-space-2) * -1);
|
||||||
}
|
}
|
||||||
//}
|
/*}*/
|
||||||
|
|
||||||
#description {
|
#description {
|
||||||
color: var(--uui-color-text-alt);
|
color: var(--uui-color-text-alt);
|
||||||
@@ -106,11 +106,11 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
|
|||||||
#editorColumn {
|
#editorColumn {
|
||||||
margin-top: var(--uui-size-space-3);
|
margin-top: var(--uui-size-space-3);
|
||||||
}
|
}
|
||||||
//@container (width > 600px) {
|
/*@container (width > 600px) {*/
|
||||||
#editorColumn {
|
#editorColumn {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
//}
|
/*}*/
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user