Compare commits
34 Commits
fedor_bran
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
f6c649f9db | ||
|
9f0331ed62 | ||
|
16a6ee963a | ||
|
febf3af534 | ||
d1bfe44d0d | |||
|
bc2c7d31c9 | ||
249f5e6b78 | |||
6813c6249d | |||
270549c21a | |||
0ed8150c4e | |||
b0d7a35eb2 | |||
68094f904d | |||
2219653f40 | |||
b9626aa860 | |||
fc721d7f5c | |||
3a8bdb99ec | |||
9283590122 | |||
21a23be96e | |||
07711a93b0 | |||
c009b848b5 | |||
cc8aa516bb | |||
|
29e06059d5 | ||
711e495f15 | |||
5062e1ab70 | |||
632d4069ac | |||
7de352ce1c | |||
925229bbda | |||
|
d7aaeccfa2 | ||
807f0d0eab | |||
5a07cadd4a | |||
45a1662eae | |||
2ad4f5b52d | |||
785cbff2a7 | |||
90f8289bcd |
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@ local.sh
|
||||
|
||||
iu9-ca-web-chat.db
|
||||
log/
|
||||
core
|
||||
|
||||
config/example.json
|
@ -127,7 +127,7 @@ table.id-str-input-table {
|
||||
flex-direction: row;
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
background-color: #003366; /* Синий фон */
|
||||
background-color: #e0f7fa;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
align-items: center;
|
||||
@ -138,7 +138,7 @@ table.id-str-input-table {
|
||||
/* Текст внутри блока комнаты */
|
||||
.CL-my-chat-box-nickname, .CL-my-chat-box-name, .CL-my-chat-box-my-role {
|
||||
margin-left: 8px;
|
||||
color: rgb(0, 0, 0); /* Белый цвет текста */
|
||||
justify-self: flex-start;
|
||||
}
|
||||
|
||||
/* Крестик в правом верхнем углу */
|
||||
|
Loading…
Reference in New Issue
Block a user