1
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/*!
|
||||
* froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor)
|
||||
* License https://froala.com/wysiwyg-editor/terms/
|
||||
* Copyright 2014-2024 Froala Labs
|
||||
*/
|
||||
|
||||
.fr-clearfix::after {
|
||||
clear: both;
|
||||
display: block;
|
||||
content: "";
|
||||
height: 0; }
|
||||
|
||||
.fr-hide-by-clipping {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0; }
|
||||
|
||||
.fr-popup .fr-emoticon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; }
|
||||
.fr-popup .fr-emoticon img {
|
||||
height: 24px;
|
||||
width: 24px; }
|
||||
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
|
||||
padding: 0 0 0 14px; }
|
||||
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
|
||||
.fr-popup .fr-icon-container.fr-emoticon-container {
|
||||
width: 368px; } }
|
||||
Reference in New Issue
Block a user