SHA256
UI: расширить плитки каналов
This commit is contained in:
@@ -6998,7 +6998,7 @@ html, body { overflow-x: hidden; }
|
||||
.channels-screen--list .channels-status,
|
||||
.channels-screen--list .channels-empty-state,
|
||||
.channels-screen--list .channels-bottom-action {
|
||||
margin: 16px 20px;
|
||||
margin: 16px 8px;
|
||||
}
|
||||
|
||||
.channels-screen--list .channels-bottom-action {
|
||||
@@ -7025,12 +7025,12 @@ html, body { overflow-x: hidden; }
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row {
|
||||
grid-template-columns: 46px minmax(0, 1fr) auto;
|
||||
grid-template-columns: 72px minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
min-height: 56px;
|
||||
margin: 2px 20px;
|
||||
padding: 6px 14px;
|
||||
gap: 16px;
|
||||
min-height: 78px;
|
||||
margin: 4px 8px;
|
||||
padding: 8px 10px;
|
||||
border-radius: 16px;
|
||||
border-color: transparent !important;
|
||||
background: rgba(18, 24, 38, 0.18) !important;
|
||||
@@ -7038,7 +7038,7 @@ html, body { overflow-x: hidden; }
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-main {
|
||||
gap: 2px;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-message {
|
||||
|
||||
Reference in New Issue
Block a user