Skip to content
Snippets Groups Projects

fix sticker picker height in emojo picker

Merged absturztaube requested to merge absturztaube/pleroma-fe:fix-sticker-height into develop
3 unresolved threads
@@ -37,22 +37,18 @@
.sticker-picker {
width: 100%;
position: relative;
.tab-switcher {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.sticker-picker-content {
.sticker {
display: inline-block;
width: 20%;
height: 20%;
img {
width: 100%;
&:hover {
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
.contents {
min-height: 250px;
.sticker-picker-content {
.sticker {
display: inline-block;
width: 20%;
Please register or sign in to reply
height: 20%;
img {
width: 100%;
&:hover {
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
}
}
}
}
Loading