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:
parent
84b8173f80
commit
7ccdccdcb3
BIN
api/assets/background.png
Normal file
BIN
api/assets/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 312 KiB |
@ -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
1181
bundle/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -110,4 +110,4 @@
|
||||
"typescript-json-schema": "^0.50.1",
|
||||
"ws": "^7.4.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user