SHA256
Увеличили аватары в списках чатов и каналов
This commit is contained in:
@@ -8006,6 +8006,13 @@ html, body { overflow-x: hidden; }
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row .avatar {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
min-width: 56px;
|
||||
min-height: 56px;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-main {
|
||||
gap: 3px;
|
||||
}
|
||||
@@ -9055,9 +9062,9 @@ body.chat-topbar-overlay .app-shell.keyboard-open .scroll-to-bottom-btn {
|
||||
}
|
||||
|
||||
/* Список личных чатов: без цветной границы карточки, компактная ава как в шапке
|
||||
* самого чата (28px), а дата/время стоит на строке превью. */
|
||||
* самого чата, а дата/время стоит на строке превью. */
|
||||
.dm-list-screen .dm-dialog-card {
|
||||
grid-template-columns: 38px minmax(0, 1fr) auto;
|
||||
grid-template-columns: 60px minmax(0, 1fr) auto;
|
||||
gap: 10px;
|
||||
min-height: 58px;
|
||||
padding: 8px 10px;
|
||||
@@ -9075,19 +9082,19 @@ body.chat-topbar-overlay .app-shell.keyboard-open .scroll-to-bottom-btn {
|
||||
}
|
||||
|
||||
.dm-list-screen .dm-av {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
min-width: 34px;
|
||||
min-height: 34px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
min-width: 60px;
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
.dm-list-screen .dm-av .avatar,
|
||||
.dm-list-screen .list-item .avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
min-width: 40px;
|
||||
min-height: 40px;
|
||||
font-size: 14px;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
min-width: 56px;
|
||||
min-height: 56px;
|
||||
font-size: 18px;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -9141,7 +9148,7 @@ body.chat-topbar-overlay .app-shell.keyboard-open .scroll-to-bottom-btn {
|
||||
|
||||
@media (max-width: 380px) {
|
||||
.dm-list-screen .dm-dialog-card {
|
||||
grid-template-columns: 38px minmax(0, 1fr) auto;
|
||||
grid-template-columns: 60px minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.dm-list-screen .dm-row-meta-col {
|
||||
|
||||
Reference in New Issue
Block a user