Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ae21d73aa | |||
| 941871991f | |||
| 497c38f426 | |||
| bfaa1623d9 | |||
| 5ffa5a2adc | |||
| 16d1375e47 | |||
| 30eda34f37 | |||
| 2cc7eb1ead |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@design.estate/dees-catalog",
|
||||
"version": "1.0.265",
|
||||
"version": "1.0.269",
|
||||
"private": false,
|
||||
"description": "website for lossless.com",
|
||||
"main": "dist_ts_web/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '1.0.265',
|
||||
version: '1.0.269',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
||||
@@ -145,6 +145,8 @@ export class DeesSimpleAppDash extends DeesElement {
|
||||
terminal.style.position = 'absolute';
|
||||
terminal.style.top = '0px';
|
||||
terminal.style.left = '0px';
|
||||
terminal.style.right = '0px';
|
||||
terminal.style.bottom = '0px';
|
||||
terminal.style.opacity = '0';
|
||||
terminal.style.transform = 'translateY(20px)';
|
||||
terminal.style.transition = 'all 0.2s';
|
||||
|
||||
@@ -35,14 +35,25 @@ export class DeesSimpleLogin extends DeesElement {
|
||||
color: ${cssManager.bdTheme('#333', '#fff')};
|
||||
user-select: none;
|
||||
}
|
||||
.loginContainer, .slotContainer {
|
||||
.loginContainer {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: center; /* aligns horizontally */
|
||||
align-items: center; /* aligns vertically */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.slotContainer {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.login {
|
||||
min-width: 320px;
|
||||
min-height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user