remove perspective for now
This commit is contained in:
parent
38ed641b77
commit
448ffeb12d
|
|
@ -7,12 +7,9 @@ import { css } from '@lit/reactive-element';
|
||||||
export class FolkTransformedSpace extends FolkElement {
|
export class FolkTransformedSpace extends FolkElement {
|
||||||
static override tagName = 'folk-transformed-space';
|
static override tagName = 'folk-transformed-space';
|
||||||
|
|
||||||
static #perspective = 1000;
|
|
||||||
|
|
||||||
static styles = css`
|
static styles = css`
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
perspective: ${this.#perspective}px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue