Skip to content

Commit

Permalink
Fix emoji button styling in glitch-soc
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Jan 24, 2020
1 parent 376e524 commit bdc1581
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/javascript/flavours/glitch/styles/components/composer.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
.composer {
padding: 10px;

.emoji-picker-dropdown {
position: absolute;
right: 5px;
top: 5px;

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
}

.character-counter {
Expand Down Expand Up @@ -235,17 +246,6 @@
}
}

.emoji-picker-dropdown {
position: absolute;
right: 5px;
top: 5px;

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}

.compose-form__autosuggest-wrapper,
.autosuggest-input {
position: relative;
Expand Down

0 comments on commit bdc1581

Please sign in to comment.