Here's a link to the thread where the emoji is posted:
http://www.bullbreedforum.net/viewtopic ... 295#p15002
& if you want to login I have created a test account:
Username: Test
Password: password
Thanks in advance.
~John~
Code: Select all
.emoji {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}
Which file do I need to add it to?JoshyPHP wrote: โMon Jan 09, 2017 6:16 pm You need a CSS rule for it. This is from prosilver:
Code: Select all
.emoji { min-height: 18px; min-width: 18px; height: 1em; width: 1em; }
It worked! You're a hero!
styles/prosilver/theme/common.css
the following:Code: Select all
.emoji {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}
styles/prosilver/theme/print.css
.Code: Select all
.emoji, .smilies {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}
Code: Select all
<img alt="๐น" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/emojione/assets/svg/1f479.svg">
Yes...P_I wrote: โFri Feb 10, 2017 3:55 pm They are definitely oversized in print view, as shown in the print view of this topic - viewtopic.php?f=556&t=2400851&view=print.
Filed as [PHPBB3-15083] emoji's in print view are not size constrained.
Workaround, copy fromstyles/prosilver/theme/common.css
the following:and paste intoCode: Select all
.emoji { min-height: 18px; min-width: 18px; height: 1em; width: 1em; }
styles/prosilver/theme/print.css
.
I already mentioned it in the tracker.Raul [ThE KuKa] wrote: โFri Feb 10, 2017 6:58 pm P_I it is possible to add this info, to this report on tracker please?