mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Update lint-configs and auto-fix issues (#31485)
This commit is contained in:
@ -80,6 +80,7 @@
|
||||
&__channel-info {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
@include ellipsis;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
.c-channel-settings__slug {
|
||||
max-width: 250px;
|
||||
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -20,6 +20,7 @@
|
||||
.chat-message-info__username__name {
|
||||
color: var(--secondary-low);
|
||||
font-weight: 700;
|
||||
|
||||
@include ellipsis;
|
||||
max-width: 180px;
|
||||
}
|
||||
|
@ -66,6 +66,7 @@
|
||||
.c-navbar__title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@include ellipsis;
|
||||
height: var(--chat-header-offset);
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -2,5 +2,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
@include chat-height(var(--chat-header-expanded-offset, 0));
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
@include chat-height(
|
||||
calc(var(--chat-header-offset) + env(safe-area-inset-bottom))
|
||||
);
|
||||
|
@ -25,6 +25,7 @@
|
||||
.chat-message-container {
|
||||
transition: transform 400ms;
|
||||
transform: scale(1);
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
&.-active {
|
||||
animation: scale-animation 400ms;
|
||||
|
Reference in New Issue
Block a user