fix(core): update
This commit is contained in:
parent
f21a20b652
commit
57bc2b76bc
@ -13,6 +13,7 @@ export class WccFrame extends DeesElement {
|
||||
:host {
|
||||
border: 10px solid #ffaeaf;
|
||||
position: absolute;
|
||||
background: ${this.goBright ? '#333': '#000'};
|
||||
left: 200px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
|
@ -62,6 +62,7 @@ export class WccProperties extends LitElement {
|
||||
}
|
||||
.viewportSelector,
|
||||
.themeSelector {
|
||||
user-select: none;
|
||||
border-right: 1px solid #999;
|
||||
}
|
||||
.selectorButtons2 {
|
||||
|
Loading…
Reference in New Issue
Block a user