make emoji reactions in notifications bar wider
This commit is contained in:
parent
98074ed90d
commit
c7200b2234
1 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,25 @@
|
||||||
@import '../../_variables.scss';
|
@import '../../_variables.scss';
|
||||||
|
|
||||||
|
.Notification {
|
||||||
|
.emoji-picker {
|
||||||
|
min-width: 160%;
|
||||||
|
width: 150%;
|
||||||
|
overflow: hidden;
|
||||||
|
left: -70%;
|
||||||
|
max-width: 100%;
|
||||||
|
@media (min-width: 800px) and (max-width: 1300px) {
|
||||||
|
left: -50%;
|
||||||
|
min-width: 50%;
|
||||||
|
max-width: 130%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
left: -10%;
|
||||||
|
min-width: 50%;
|
||||||
|
max-width: 130%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.emoji-picker {
|
.emoji-picker {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue