Fix typos caused by applyTheme migration (#25193)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7ea88ff4c6
Коммит
2d707017df
@@ -208,7 +208,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
max-height: $max-image-height;
|
max-height: $max-image-height;
|
||||||
border-color: rgba(var(--center-channel-color), 0.12);
|
border-color: rgba(var(--center-channel-color-rgb), 0.12);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: all 0.1s linear;
|
transition: all 0.1s linear;
|
||||||
|
|
||||||
|
|||||||
@@ -669,7 +669,7 @@
|
|||||||
flex: 32px 0 0;
|
flex: 32px 0 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: rgba(var(--center-channel-color), 0.2);
|
background: rgba(var(--center-channel-color-rgb), 0.2);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -667,7 +667,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post__body {
|
.post__body {
|
||||||
color: rbga(var(--center-channel-color-rgb), 0.6);
|
color: rgba(var(--center-channel-color-rgb), 0.6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1540,10 +1540,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This class is used for the "Commented on" messages with CRT disabled
|
||||||
.post__link {
|
.post__link {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 2px 0 5px;
|
margin: 2px 0 5px;
|
||||||
color: rgba(var(--center-channel-color), 0.65);
|
color: rgba(var(--center-channel-color-rgb), 0.65);
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
-webkit-user-select: none; /* Chrome all / Safari all */
|
-webkit-user-select: none; /* Chrome all / Safari all */
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user