Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7889883
chat.scss
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
chat.scss
View Options
.
chat-view
{
display
:
flex
;
height
:
100
%
;
.chat-view-inner
{
height
:
auto
;
width
:
100
%
;
overflow
:
visible
;
display
:
flex
;
}
.
chat-view-body
{
box-sizing
:
border-box
;
background-color
:
var
(
--chatBg
,
$
fallback
--bg
);
display
:
flex
;
flex-direction
:
column
;
width
:
100
%
;
overflow
:
visible
;
min-height
:
calc
(
100
vh
-
var
(
--navbar-height
));
margin
:
0
;
border-radius
:
10
px
10
px
0
0
;
border-radius
:
var
(
--panelRadius
,
10
px
)
var
(
--panelRadius
,
10
px
)
0
0
;
&::after
{
border-radius
:
0
;
}
}
.
message-list
{
padding
:
0
0.8
em
;
height
:
100
%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
end
;
}
.
footer
{
position
:
sticky
;
bottom
:
0
;
background-color
:
$
fallback--bg
;
background-color
:
var
(
--bg
,
$
fallback
--bg
);
z-index
:
1
;
}
.
chat-view-heading
{
grid-template-columns
:
auto
minmax
(
50
%
,
1
fr
);
}
.
go-back-button
{
text-align
:
center
;
line-height
:
1
;
height
:
100
%
;
align-self
:
start
;
width
:
var
(
--__panel-heading-height-inner
);
}
.
jump-to-bottom-button
{
width
:
2.5
em
;
height
:
2.5
em
;
border-radius
:
100
%
;
position
:
absolute
;
right
:
1.3
em
;
top
:
-3.2
em
;
background-color
:
$
fallback--fg
;
background-color
:
var
(
--btn
,
$
fallback
--fg
);
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
box-shadow
:
0
1
px
1
px
rgb
(
0
0
0
/
30
%
),
0
2
px
4
px
rgb
(
0
0
0
/
30
%
);
z-index
:
10
;
transition
:
0.35
s
all
;
transition-timing-function
:
cubic-bezier
(
0
,
1
,
0.5
,
1
);
opacity
:
0
;
visibility
:
hidden
;
cursor
:
pointer
;
&.visible
{
opacity
:
1
;
visibility
:
visible
;
}
i
{
font-size
:
1
em
;
color
:
$
fallback--text
;
color
:
var
(
--text
,
$
fallback
--text
);
}
.
unread-message-count
{
font-size
:
0.8
em
;
left
:
50
%
;
margin-top
:
-1
rem
;
padding
:
0.1
em
;
border-radius
:
50
px
;
position
:
absolute
;
}
.
chat-loading-error
{
width
:
100
%
;
display
:
flex
;
align-items
:
flex-end
;
height
:
100
%
;
.error
{
width
:
100
%
;
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 2, 2:47 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
487005
Default Alt Text
chat.scss (2 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment