Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33103223
chat_list_item.scss
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
chat_list_item.scss
View Options
.
chat-list-item
{
display
:
flex
;
flex-direction
:
row
;
padding
:
0.75
em
;
height
:
5
em
;
overflow
:
hidden
;
box-sizing
:
border-box
;
cursor
:
pointer
;
:focus
{
outline
:
none
;
}
&
:
hover
{
background-color
:
var
(
--selectedPost
,
$
fallback
--lightBg
);
box-shadow
:
0
0
3
px
1
px
rgba
(
0
,
0
,
0
,
0.1
);
}
.
chat-list-item-left
{
margin-right
:
1
em
;
}
.
chat-list-item-center
{
width
:
100
%
;
box-sizing
:
border-box
;
overflow
:
hidden
;
word-wrap
:
break-word
;
}
.
heading
{
width
:
100
%
;
display
:
inline-flex
;
justify-content
:
space-between
;
line-height
:
1
em
;
}
.
heading-right
{
white-space
:
nowrap
;
}
.
name-and-account-name
{
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
overflow
:
hidden
;
flex-shrink
:
1
;
line-height
:
1.4
em
;
}
.
chat-preview
{
display
:
inline-flex
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
margin
:
0.35
em
0
;
color
:
$
fallback--text
;
color
:
var
(
--faint
,
$
fallback
--text
);
width
:
100
%
;
}
a
{
color
:
var
(
--faintLink
,
$
fallback
--link
);
text-decoration
:
none
;
pointer-events
:
none
;
}
&
:
hover
.
animated
.
avatar
{
canvas
{
display
:
none
;
}
img
{
visibility
:
visible
;
}
}
.
Avatar
{
border-radius
:
$
fallback--avatarAltRadius
;
border-radius
:
var
(
--avatarAltRadius
,
$
fallback
--avatarAltRadius
);
}
.
StatusContent
{
img.emoji
{
width
:
1.4
em
;
height
:
1.4
em
;
}
}
.
time-wrapper
{
line-height
:
1.4
em
;
}
.
single-line
{
padding-right
:
1
em
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 1:26 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973160
Default Alt Text
chat_list_item.scss (1 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment