Monorepo for Aesthetic.Computer
aesthetic.computer
1iframe {
2 width: 100vw;
3 height: 100vh;
4 border: none;
5 box-sizing: border-box;
6 padding-bottom: 0px;
7 /* background-color: rgb(32, 32, 32); */
8 /* Background image is set via inline styles in extension.ts to use proper webview URIs */
9 background-size: 25%;
10 background-position: center;
11 background-repeat: no-repeat;
12 opacity: 0;
13}
14
15iframe.visible {
16 opacity: 1;
17}