Fixed minor misalignments with image component (#29861)
* Fixed minor misalignments with image component * lint fix
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0eaba976c8
Коммит
ce29be0f38
@@ -158,13 +158,13 @@
|
||||
|
||||
.image-header {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.image-name {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin: -4px 0 0 0;
|
||||
margin: 0;
|
||||
color: rgba(functions.v(center-channel-color-rgb), 0.75);
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
|
||||
@@ -977,7 +977,8 @@
|
||||
}
|
||||
|
||||
.post-edited__indicator {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.75);
|
||||
font-size: 11px;
|
||||
font-style: italic;
|
||||
|
||||
Ссылка в новой задаче
Block a user