DEV: Update lint-configs and auto-fix issues (#31485)

This commit is contained in:
Jarek Radosz
2025-02-24 23:32:31 +01:00
committed by GitHub
parent 2561f4f431
commit 3d2a6322d0
102 changed files with 250 additions and 11 deletions

View File

@ -80,6 +80,7 @@
&__channel-info {
white-space: nowrap;
overflow: hidden;
@include ellipsis;
display: flex;
align-items: center;

View File

@ -3,6 +3,7 @@
.c-channel-settings__slug {
max-width: 250px;
@include ellipsis;
}

View File

@ -7,6 +7,7 @@
overflow: hidden;
grid-area: main;
min-width: 250px;
@include chat-height(var(--chat-header-offset, 0));
.join-channel-btn.in-float {

View File

@ -20,6 +20,7 @@
.chat-message-info__username__name {
color: var(--secondary-low);
font-weight: 700;
@include ellipsis;
max-width: 180px;
}

View File

@ -66,6 +66,7 @@
.c-navbar__title {
display: flex;
align-items: center;
@include ellipsis;
height: var(--chat-header-offset);

View File

@ -24,6 +24,7 @@
.chat-replying-indicator__dot {
display: inline-block;
@media (prefers-reduced-motion: no-preference) {
animation: chat-replying-indicator__wave 1.8s linear infinite;
}

View File

@ -105,6 +105,7 @@
flex-shrink: 0;
color: var(--primary-medium);
font-size: var(--font-down-2);
@include ellipsis;
margin-left: auto;
}
@ -118,6 +119,7 @@
&__title {
flex: 1 1 auto;
@include ellipsis;
}

View File

@ -2,5 +2,6 @@
display: flex;
flex-direction: column;
position: relative;
@include chat-height(var(--chat-header-expanded-offset, 0));
}

View File

@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
position: relative;
@include chat-height(
calc(var(--chat-header-offset) + env(safe-area-inset-bottom))
);

View File

@ -25,6 +25,7 @@
.chat-message-container {
transition: transform 400ms;
transform: scale(1);
@media (prefers-reduced-motion: no-preference) {
&.-active {
animation: scale-animation 400ms;