Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32089159
chat-thread-list.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
chat-thread-list.css
View Options
.
thread
{
display
:
flex
;
flex-direction
:
row
;
}
.
sidebarItem
{
display
:
flex
;
flex-direction
:
row
;
width
:
100
%
;
}
.
threadListSidebar
{
display
:
flex
;
flex-direction
:
row
;
height
:
32
px
;
padding-right
:
8
px
;
position
:
relative
;
cursor
:
pointer
;
}
.
threadListSidebar
>
svg
{
position
:
absolute
;
top
:
-7
px
;
left
:
30
px
;
}
.
activeThread
,
.
threadListSidebar
:
hover
{
background
:
var
(
--thread-active-bg
);
}
.
activeThread
:
is
(
.
title
,
.
lastMessage
,
.
lastMessage
*)
{
color
:
var
(
--chat-thread-list-color-active
);
}
.
activeThread
.
thread
:
hover
{
background
:
var
(
--thread-active-bg
);
}
.
thread
:
hover
{
background
:
var
(
--thread-hover-bg
);
}
div
.
title
{
flex
:
1
;
font-size
:
var
(
--m-font-
16
);
font-weight
:
var
(
--semi-bold
);
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
var
(
--thread-color-read
);
line-height
:
var
(
--line-height-text
);
}
.
threadButton
{
flex
:
1
;
cursor
:
pointer
;
overflow
:
hidden
;
padding-left
:
12
px
;
}
.
threadButton
+
div
{
display
:
flex
;
flex-direction
:
column
;
}
.
threadButtonSidebar
{
cursor
:
pointer
;
overflow
:
hidden
;
display
:
flex
;
align-items
:
center
;
padding-left
:
12
px
;
}
p
.
breadCrumbs
{
display
:
flex
;
padding
:
8
px
0
2
px
0
;
font-size
:
var
(
--xs-font-
12
);
font-weight
:
var
(
--normal
);
color
:
var
(
--breadcrumb-color
);
}
p
.
breadCrumbs
.
unread
{
color
:
var
(
--breadcrumb-color-unread
);
}
span
.
breadCrumb
{
display
:
flex
;
align-items
:
center
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
span
.
breadCrumb
svg
{
margin-left
:
4
px
;
margin-right
:
4
px
;
}
div
.
colorContainer
{
display
:
flex
;
padding-top
:
8
px
;
}
div
.
spacer
{
width
:
42
px
;
border-radius
:
1.68
px
;
}
div
.
avatarContainer
{
height
:
42
px
;
display
:
flex
;
}
div
.
lastActivity
{
font-size
:
var
(
--xxs-font-
10
);
color
:
var
(
--fg
);
line-height
:
1.5
;
padding-right
:
16
px
;
font-weight
:
var
(
--semi-bold
);
white-space
:
nowrap
;
flex-grow
:
1
;
padding-bottom
:
12
px
;
align-items
:
flex-end
;
display
:
flex
;
}
div
.
lastMessage
{
font-size
:
var
(
--s-font-
14
);
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
line-height
:
var
(
--line-height-text
);
padding-bottom
:
8
px
;
}
div
.
unread
{
color
:
var
(
--fg
);
font-weight
:
var
(
--semi-bold
);
}
div
.
dark
{
color
:
var
(
--thread-color-read
);
padding-right
:
16
px
;
}
.
messagePreviewPrimary
{
color
:
var
(
--thread-color-read
);
}
.
messagePreviewSecondary
{
color
:
var
(
--thread-preview-secondary
);
}
div
.
dotContainer
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
16
px
;
}
div
.
unreadDot
{
height
:
4
px
;
width
:
4
px
;
background
:
var
(
--fg
);
border-radius
:
15
px
;
align-self
:
center
;
}
div
.
italic
{
font-style
:
italic
;
}
div
.
sidebarTitle
{
flex
:
1
;
font-size
:
var
(
--s-font-
14
);
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
var
(
--thread-color-read
);
align-self
:
flex-start
;
}
.
threadListSidebar
>
div
.
dotContainer
{
width
:
16
px
;
}
div
.
sidebarTitle
.
unread
{
color
:
var
(
--fg
);
}
div
.
seeMoreButton
{
display
:
flex
;
align-items
:
center
;
padding-left
:
22
px
;
}
div
.
seeMoreText
{
padding-left
:
14
px
;
}
div
.
sidebar
.
menu
>
button
svg
{
font-size
:
16
px
;
color
:
var
(
--thread-color-read
);
}
div
.
sidebar
.
menu
{
opacity
:
0
;
}
div
.
sidebar
:
hover
.
menu
{
display
:
flex
;
align-self
:
flex-end
;
opacity
:
1
;
}
.
menu
{
position
:
relative
;
display
:
flex
;
justify-content
:
flex-end
;
}
.
menu
>
button
{
background-color
:
transparent
;
color
:
var
(
--thread-color-read
);
border
:
none
;
cursor
:
pointer
;
display
:
flex
;
align-items
:
center
;
}
.
menu
>
button
:
focus
{
outline
:
none
;
}
.
menuContent
{
display
:
none
;
position
:
absolute
;
top
:
calc
(
100
%
+
1
px
);
right
:
0
;
z-index
:
1
;
width
:
max-content
;
overflow
:
hidden
;
background-color
:
#eeeeee
;
border-radius
:
5
px
;
box-shadow
:
1
px
1
px
5
px
2
px
#000000
22
;
}
.
menuContentVisible
{
display
:
block
;
}
button
.
menuContent
{
border
:
none
;
cursor
:
pointer
;
padding
:
10
px
;
font-size
:
16
px
;
}
button
.
menuContent
:
hover
{
background-color
:
#dddddd
;
}
ul
.
list
{
margin
:
5
px
3
px
10
px
0
;
overflow
:
auto
;
}
div
.
spacer
{
height
:
6
px
;
}
div
.
emptyItemContainer
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
div
.
emptyItemText
{
padding
:
16
px
;
font-size
:
16
px
;
text-align
:
center
;
white-space
:
pre-wrap
;
color
:
var
(
--fg
);
}
div
.
threadListContainer
{
display
:
flex
;
flex-direction
:
column
;
overflow
:
hidden
;
flex
:
1
;
}
div
.
createNewThread
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
stretch
;
padding
:
8
px
;
}
img
.
longArrow
{
height
:
40
px
;
width
:
25
px
;
position
:
absolute
;
left
:
28.5
px
;
top
:
-18
px
;
}
img
.
arrow
{
position
:
absolute
;
left
:
28
px
;
top
:
-10
px
;
}
.
searchBarContainer
{
padding
:
1
rem
;
}
.
iconRead
{
color
:
var
(
--breadcrumb-color
);
}
.
iconUnread
{
color
:
var
(
--breadcrumb-color-unread
);
}
.
iconWrapper
{
padding
:
7
px
6
px
2
px
0
;
}
.
header
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 7:55 AM (3 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5751517
Default Alt Text
chat-thread-list.css (4 KB)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment