fix sticker picker height in emojo picker
3 unresolved threads
3 unresolved threads
fixes height of sticker picker
Merge request reports
Activity
101 101 } 102 102 } 103 103 104 .stickers-content { 105 min-height: 269px; changed this line in version 2 of the diff
@hj please review. the bug was caused partly by absolute positioning of the tabs. this caused them to have a height of 0. i still needed to set a min-height on the tab contents. i made them a big bigger then the 200px on the emoji groups because the picker gets rather small (shows only 2-ish rows) if it gets opened in TL (didn't find a better solution for that yet).
46 } 47 .sticker-picker-content { 48 .sticker { 49 display: inline-block; 50 width: 20%; 51 height: 20%; 52 img { 53 width: 100%; 54 &:hover { 55 filter: drop-shadow(0 0 5px var(--link, $fallback--link)); 40 .contents { 41 min-height: 250px; 42 .sticker-picker-content { 43 .sticker { 44 display: inline-block; 45 width: 20%; changed this line in version 3 of the diff
@hj ok, i switched it to flex. please review.
mentioned in commit b739edb5
Please register or sign in to reply