fix invisible tab-switcher in emoji picker

このコミットが含まれているのは:
Absturztaube 2019-12-09 22:16:51 +01:00
コミット 7e3a4fa8ec
1個のファイルの変更12行の追加16行の削除

ファイルの表示

@ -37,22 +37,18 @@
.sticker-picker { .sticker-picker {
width: 100%; width: 100%;
position: relative; position: relative;
.tab-switcher { .contents {
position: absolute; min-height: 250px;
top: 0; .sticker-picker-content {
bottom: 0; .sticker {
left: 0; display: inline-block;
right: 0; width: 20%;
} height: 20%;
.sticker-picker-content { img {
.sticker { width: 100%;
display: inline-block; &:hover {
width: 20%; filter: drop-shadow(0 0 5px var(--link, $fallback--link));
height: 20%; }
img {
width: 100%;
&:hover {
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
} }
} }
} }