Skip to content

Commit

Permalink
Style emoji info
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 13, 2023
1 parent 6ec29cc commit 3efe89a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scss/main/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,20 @@
}

// Attachments
// .imageWrapper-oMkQl4, Try find something else for images because this selects non-attachments images too
.spoilerInnerContainer-1P_w0A,
.messageAttachment-CZp8Iv .wrapperAudio-1Bzv_Z,
.emoji.jumboable,
.embedWrapper-1MtIDg.container-rr3Ruk,
.attachment-1PZZB2,
.embed-hKpSrO,
.wrapper-1HIH0j {
@include boxes.box;
}

// Remove attachments
.embedSuppressButton-1rZHq6, .embedSuppressButton-1rZHq6:hover {
color: var(--w9x-text);
}

// Text attachments
.newMosaicStyle-2jdUaP .codeView-12LUIl {
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions scss/overlay/_popovers.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use "popovers/createdm";
@use "popovers/dropdown";
@use "popovers/emojiinfo";
@use "popovers/emotes";
@use "popovers/inbox";
@use "popovers/incomingcall";
Expand Down
11 changes: 11 additions & 0 deletions scss/overlay/popovers/_emojiinfo.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@use "../../top/vars-scss" as *;
@use "../../top/boxes" as boxes;

// Emoji info
.popoutContainer-2wbmiM {
@include boxes.box;

.guildSection-2Zyzy8 {
@include boxes.box;
}
}

0 comments on commit 3efe89a

Please sign in to comment.