fix(core): update

This commit is contained in:
2021-11-26 17:47:08 +01:00
parent a86ef5bfce
commit 3667070094
6 changed files with 1110 additions and 1681 deletions

View File

@ -49,6 +49,8 @@ export class WccFrame extends DeesElement {
}
.viewport {
container-type: inline-size;
container-name: wccToolsViewport;
position: relative;
${this.viewport !== 'desktop'
? html` border-right: 1px dotted #444; border-left: 1px dotted #444; `