Skip to content

Commit

Permalink
deploy: c9c323c
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 26, 2024
1 parent d39eb9b commit 8537871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 9 additions & 5 deletions SoftX.css
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ body .container_d6cb89,
#app-mount .placeholder_a552a6 {
padding: 16px 0;
}
#app-mount .scrollableContainer_d0696b {
#app-mount .scrollableContainer_bdf0de {
background: transparent;
}
#app-mount .attachButton_f298d4 {
Expand Down Expand Up @@ -1696,15 +1696,18 @@ body .container_d6cb89,
content: none;
}

#app-mount .reaction_ec6b19, #app-mount .reactionBtn_ec6b19 {
#app-mount .reaction_ec6b19,
#app-mount .reactionBtn_ec6b19 {
background: rgba(255, 255, 255, 0.05);
border-radius: 6px;
border: none;
}
#app-mount .reaction_ec6b19.reactionMe_ec6b19, #app-mount .reactionBtn_ec6b19.reactionMe_ec6b19 {
#app-mount .reaction_ec6b19.reactionMe_ec6b19,
#app-mount .reactionBtn_ec6b19.reactionMe_ec6b19 {
background: rgb(var(--accent), 0.15);
}
#app-mount .reaction_ec6b19.reactionMe_ec6b19 .reactionCount-1zkLcN, #app-mount .reactionBtn_ec6b19.reactionMe_ec6b19 .reactionCount-1zkLcN {
#app-mount .reaction_ec6b19.reactionMe_ec6b19 .reactionCount-1zkLcN,
#app-mount .reactionBtn_ec6b19.reactionMe_ec6b19 .reactionCount-1zkLcN {
color: rgb(var(--accent));
}

Expand Down Expand Up @@ -2488,7 +2491,8 @@ body .container_d6cb89,
#app-mount #gif-picker-tab-panel .content_b56bbc {
border-top: 1px solid var(--border);
}
#app-mount .container_b56bbc, #app-mount .header_b56bbc {
#app-mount .container_b56bbc,
#app-mount .header_b56bbc {
background: var(--bg-primary);
background-color: transparent;
}
Expand Down
1 change: 1 addition & 0 deletions VerticalUserArea.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#app-mount .guilds_a4d4d9 .footer_aa1bff {
width: 100%;
margin-bottom: var(--user-area, 220px);
background: transparent;
}
#app-mount .guilds_a4d4d9 .footer_aa1bff .listItem_c96c45 {
margin-bottom: 0px;
Expand Down

0 comments on commit 8537871

Please sign in to comment.