Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32088968
chat-input-bar.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
chat-input-bar.css
View Options
div
.
inputBar
{
display
:
flex
;
flex-direction
:
column
;
border-top
:
1
px
solid
var
(
--border-color
);
}
div
.
inputBarWrapper
{
padding
:
16
px
;
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
}
div
.
inputBarTextInput
{
display
:
flex
;
background
:
var
(
--text-input-bg
);
border-radius
:
8
px
;
padding
:
8
px
;
align-items
:
center
;
flex-grow
:
1
;
}
div
.
inputBarTextInput
>
textarea
{
flex
:
1
;
display
:
flex
;
border
:
none
;
resize
:
none
;
background
:
var
(
--text-input-bg
);
color
:
var
(
--fg
);
}
div
.
inputBarTextInput
>
textarea
:
focus
{
outline
:
none
;
}
div
.
joinButtonContainer
{
background
:
var
(
--join-bg
);
padding-top
:
8
px
;
padding-bottom
:
8
px
;
display
:
flex
;
flex-direction
:
row
;
width
:
100
%
;
justify-content
:
center
;
}
p
.
joinButtonText
{
font-weight
:
var
(
--semi-bold
);
padding-left
:
8
px
;
}
span
.
explanation
{
color
:
var
(
--permission-color
);
text-align
:
center
;
padding-top
:
20
px
;
padding-bottom
:
8
px
;
}
a
.
multimediaUpload
{
cursor
:
pointer
;
position
:
relative
;
padding-right
:
12
px
;
}
a
.
multimediaUpload
>
input
[
type
=
'file'
]
{
visibility
:
hidden
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
margin
:
0
;
padding
:
0
;
}
a
.
multimediaUpload
:
hover
>
svg
{
opacity
:
0.8
;
}
div
.
previews
{
display
:
flex
;
overflow-x
:
auto
;
white-space
:
nowrap
;
}
div
.
previews
>
span
.
multimedia
{
margin
:
10
px
;
}
div
.
previews
>
span
.
multimedia
>
span
.
multimediaImage
>
img
{
max-height
:
200
px
;
max-width
:
200
px
;
}
a
.
sendButton
{
padding
:
8
px
0
0
10
px
;
cursor
:
pointer
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 7:54 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813950
Default Alt Text
chat-input-bar.css (1 KB)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment