Skip to content

Commit

Permalink
Additional tweaks for the popup
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Dec 29, 2023
1 parent c43f870 commit 526f1b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Themes/default/css/jquery.sceditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,12 @@ div.sceditor-smileyPopup {
transform: unset;
position: absolute;
min-height: 100px;
width: 250px;
min-width: 250px;
margin-inline: auto;
display: flex;
box-sizing: border-box;
max-height: 215px;
max-width: 450px;
}
div.sceditor-smileyPopup #sceditor-popup {
width: 100%;
Expand Down

0 comments on commit 526f1b5

Please sign in to comment.