diff options
author | stale <redkugelblitzin@gmail.com> | 2022-07-30 22:07:38 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-07-30 22:07:38 -0300 |
commit | e28498c4953f2da5f56a41f3123a413efa9d9a25 (patch) | |
tree | b3f2b94ef68836df67b7704be6773e00801e658f /assets/style.css | |
parent | 0aeda028a1b512a65b51a199225290839a3a5f94 (diff) |
jank up a chat
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css index 4d12602..a5cf01c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -15,10 +15,19 @@ top: 0px; left: 0px; } +#splitscreen { + display: flex; + justify-content: flex-end; +} +#chat-div iframe { + border: none; + width: 20vw; + height: 100vh; +} body { font-family: vt323, monospace; - font-size: 20pt; + font-size: 14pt; background-color: black; color: white; margin: 0; @@ -32,7 +41,7 @@ body { user-select: none; } .cursor { - font-size: 20pt; + font-size: 18pt; padding: 0; pointer-events: none; z-index: 1; @@ -59,7 +68,7 @@ a { display: flex; position: sticky; background-color: black; - width: 96vw; + width: 72vw; padding: 0 2vw; bottom: 0px; left: 0px; |