Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7686959
emoji_reactions.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
emoji_reactions.scss
View Options
@
use
"../../mixins"
;
.
EmojiReactions
{
display
:
flex
;
margin-top
:
0.25
em
;
flex-wrap
:
wrap
;
--emoji-size
:
calc
(
var
(
--emojiSize
,
1.25
em
)
*
var
(
--emojiReactionsScale
,
1
));
.emoji-reaction-container
{
display
:
flex
;
align-items
:
stretch
;
margin-top
:
0.5
em
;
margin-right
:
0.5
em
;
.emoji-reaction-popover
{
padding
:
0
;
.emoji-reaction-count-button
{
margin
:
0
;
height
:
100
%
;
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
;
box-sizing
:
border-box
;
min-width
:
2
em
;
display
:
inline-flex
;
justify-content
:
center
;
align-items
:
center
;
}
}
}
.
emoji-reaction
{
padding-left
:
0.5
em
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
box-sizing
:
border-box
;
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
margin
:
0
;
.reaction-emoji
{
width
:
var
(
--emoji-size
);
height
:
var
(
--emoji-size
);
margin-right
:
0.25
em
;
line-height
:
var
(
--emoji-size
);
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
--_still_image-label-scale
:
0.3
;
}
.
reaction-emoji-content
{
max-width
:
100
%
;
max-height
:
100
%
;
width
:
var
(
--emoji-size
);
height
:
var
(
--emoji-size
);
line-height
:
inherit
;
overflow
:
hidden
;
font-size
:
calc
(
var
(
--emoji-size
)
*
0.8
);
margin
:
0
;
img
{
object-fit
:
contain
;
}
}
&
:
focus
{
outline
:
none
;
}
.
svg-inline--fa
{
color
:
var
(
--text
);
}
&
.
-picked-reaction
{
.svg-inline--fa
{
color
:
var
(
--accent
);
}
}
@
include
mixins
.
unfocused-style
{
.
focus-marker
{
visibility
:
hidden
;
}
.
active-marker
{
visibility
:
visible
;
}
}
@
include
mixins
.
focused-style
{
.
svg-inline--fa
{
color
:
var
(
--accent
);
}
.
focus-marker
{
visibility
:
visible
;
}
.
active-marker
{
visibility
:
hidden
;
}
}
}
.
emoji-reaction-expand
{
padding
:
0
0.5
em
;
margin-right
:
0.5
em
;
margin-top
:
0.5
em
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
&:hover
{
text-decoration
:
underline
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 3, 6:01 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
437357
Default Alt Text
emoji_reactions.scss (2 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment