Fix emoji button styling in glitch-soc

This commit is contained in:
Thibaut Girka 2020-01-24 16:17:33 +01:00
parent 376e524278
commit bdc1581556
1 changed files with 11 additions and 11 deletions

View File

@ -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 {
@ -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;