1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-14 14:42:55 +01:00

added a absolutely terrible background image and name text to login/register page

This commit is contained in:
Madeline 2022-02-11 22:38:29 +11:00
parent 84b8173f80
commit 7ccdccdcb3
4 changed files with 998 additions and 208 deletions

BIN
api/assets/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

View File

@ -14,7 +14,7 @@
}
h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
margin-top: -32px;
content: "Welcome to Fosscord!";
content: "Welcome to Slowcord!";
visibility: visible;
display: block;
}
@ -63,7 +63,22 @@ h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
margin-top: -16px;
}
/* shrink login box to same size as register */
.authBoxExpanded-2jqaBe {
width: 480px !important;
/* funny styling */
.wrapper-6URcxg {
justify-content: flex-start !important;
background: url("/assets/background.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
.authBoxExpanded-2jqaBe,
.authBox-hW6HRx {
width: max(40vw, 500px) !important;
height: 100vh !important;
padding: 100px !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 !important;
}

1181
bundle/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -110,4 +110,4 @@
"typescript-json-schema": "^0.50.1",
"ws": "^7.4.2"
}
}
}