Add emoji reacts page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
e652de227c
commit
c80f87efaa
13 changed files with 22 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/reactions/index.js
Normal file
BIN
app/soapbox/features/reactions/index.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -216,6 +216,13 @@
|
|||
.account__avatar-wrapper {
|
||||
float: left;
|
||||
margin-right: 12px;
|
||||
|
||||
.emoji-react__emoji {
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
left: 32px;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.account__avatar {
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
.emoji-react {
|
||||
display: inline-block;
|
||||
transition: 0.1s;
|
||||
color: var(--primary-text-color--faint);
|
||||
text-decoration: none;
|
||||
|
||||
&__emoji {
|
||||
img {
|
||||
|
@ -20,8 +22,6 @@
|
|||
}
|
||||
|
||||
.emoji-react--reblogs {
|
||||
color: var(--primary-text-color--faint);
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
display: inline-flex;
|
||||
|
||||
|
|
|
@ -611,7 +611,8 @@
|
|||
|
||||
.notification__filter-bar,
|
||||
.search__filter-bar,
|
||||
.account__section-headline {
|
||||
.account__section-headline,
|
||||
.reaction__filter-bar {
|
||||
border-bottom: 1px solid var(--brand-color--faint);
|
||||
cursor: default;
|
||||
display: flex;
|
||||
|
@ -661,6 +662,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.reaction__filter-bar {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
a {
|
||||
flex: unset;
|
||||
padding: 15px 24px;
|
||||
min-width: max-content;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue