Compare commits
No commits in common. "master" and "fedor_branch" have entirely different histories.
master
...
fedor_bran
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,6 +14,3 @@ local.sh
|
|||||||
|
|
||||||
iu9-ca-web-chat.db
|
iu9-ca-web-chat.db
|
||||||
log/
|
log/
|
||||||
core
|
|
||||||
|
|
||||||
config/example.json
|
|
@ -127,7 +127,7 @@ table.id-str-input-table {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #e0f7fa;
|
background-color: #003366; /* Синий фон */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
align-items: center;
|
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 {
|
.CL-my-chat-box-nickname, .CL-my-chat-box-name, .CL-my-chat-box-my-role {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
justify-self: flex-start;
|
color: rgb(0, 0, 0); /* Белый цвет текста */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Крестик в правом верхнем углу */
|
/* Крестик в правом верхнем углу */
|
||||||
|
Loading…
Reference in New Issue
Block a user