SHA256
Поднять бейдж канала и опустить время
This commit is contained in:
@@ -4208,6 +4208,16 @@ textarea.input {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-count {
|
||||
grid-row: 1;
|
||||
align-self: start;
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-count[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.channels-bottom-action {
|
||||
margin-top: 6px;
|
||||
min-height: 48px;
|
||||
@@ -5236,6 +5246,12 @@ textarea.input {
|
||||
gap: 6px;
|
||||
position: relative;
|
||||
min-width: 44px;
|
||||
grid-template-rows: auto auto;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-time {
|
||||
grid-row: 2;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.channel-menu-trigger {
|
||||
|
||||
Reference in New Issue
Block a user