Skip to content
Snippets Groups Projects
Commit b739edb5 authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'fix-sticker-height' into 'develop'

fix sticker picker height in emojo picker

See merge request !1022
parents c1a0e239 32d7a49b
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!1022fix sticker picker height in emojo picker
Pipeline #21207 passed
......@@ -36,23 +36,23 @@
.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 {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
.sticker {
display: flex;
flex: 1 1 auto;
margin: 4px;
width: 56px;
height: 56px;
img {
height: 100%;
&:hover {
filter: drop-shadow(0 0 5px var(--link, $fallback--link));
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment