Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-27 01:50:24 -03:00
committed by GitHub
parent f06d42632d
commit e7f29ac172
3 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,15 @@ hr {
#chat-settings { width: 640px; } #chat-settings { width: 640px; }
#chat-preview { width: calc(100% - 640px); } #chat-preview { width: calc(100% - 640px); }
#chat-settings h1 {
width: 200px;
height: 80px;
background: url('../images/logo-chatrd.png') center center no-repeat;
background-size: cover;
margin: auto;
text-indent: -9999px;
}
#chat-preview iframe { #chat-preview iframe {
position: sticky; position: sticky;
top: 30px; top: 30px;

BIN
images/logo-chatrd-full.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/logo-chatrd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB