Fixed minor misalignments with image component (#29861)

* Fixed minor misalignments with image component

* lint fix
Этот коммит содержится в:
Harshil Sharma
2025-01-20 19:51:04 +05:30
коммит произвёл GitHub
родитель 0eaba976c8
Коммит ce29be0f38
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@@ -158,13 +158,13 @@
.image-header { .image-header {
display: flex; display: flex;
align-items: baseline; align-items: center;
} }
.image-name { .image-name {
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
margin: -4px 0 0 0; margin: 0;
color: rgba(functions.v(center-channel-color-rgb), 0.75); color: rgba(functions.v(center-channel-color-rgb), 0.75);
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;

Просмотреть файл

@@ -977,7 +977,8 @@
} }
.post-edited__indicator { .post-edited__indicator {
display: inline-block; display: flex;
align-items: center;
color: rgba(var(--center-channel-color-rgb), 0.75); color: rgba(var(--center-channel-color-rgb), 0.75);
font-size: 11px; font-size: 11px;
font-style: italic; font-style: italic;