Skip to content

Commit c26dfa0

Browse files
committed
Fix CSS in smiley dropdown
1 parent 396ddb9 commit c26dfa0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

style.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@
9595
padding: 1em;
9696
border: 3px solid @ini_border;
9797
}
98+
99+
div.dropdown_content {
100+
width: 10rem;
101+
img {
102+
max-width: 1.5rem;
103+
}
104+
}
98105
}
99106
}
100107

0 commit comments

Comments
 (0)