mirror of
https://github.com/openvk/openvk
synced 2025-07-08 08:43:01 +03:00
Сообщения
Сделал такой же цвет в списке у непрочитанного сообщения + убрал скругления ибо зачем они там вообще если нигде их нету лол)
This commit is contained in:
parent
f35f32eb9c
commit
896ee08594
1 changed files with 1 additions and 4 deletions
|
@ -901,10 +901,9 @@ table.User {
|
|||
}
|
||||
|
||||
.crp-entry--message.unread {
|
||||
background-color: #dcdcdc;
|
||||
background-color: #ededed;
|
||||
padding: 5px;
|
||||
width: 346px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.messenger-app--messages---message.unread {
|
||||
|
@ -923,8 +922,6 @@ table.User {
|
|||
}
|
||||
|
||||
.messenger-app--messages---message.unread:last-of-type {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue