Skip to content

Commit e27c5fd

Browse files
chore: Sync Theme-Customs
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent f846201 commit e27c5fd

5 files changed

Lines changed: 51 additions & 9 deletions

File tree

css/compat/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ nav:where(#genericmenu, #adm_submenus) a:is(:focus, :focus-visible, :focus-withi
16951695
outline-offset: var(--buttonlist-link-outline-offset);
16961696
}
16971697
.buttonlist > li > :is(a, button).sub_buttons::after {
1698-
font-family: "Font Awesome 6 Free";
1698+
font-family: "Font Awesome 7 Free";
16991699
content: "\f078";
17001700
font-size: 0.6em;
17011701
font-weight: 700;
@@ -2094,7 +2094,7 @@ h1.forumtitle span#siteslogan {
20942094
padding: .75em;
20952095
}
20962096
.navigate_section ul:before {
2097-
font-family: "Font Awesome 6 Free";
2097+
font-family: "Font Awesome 7 Free";
20982098
content: "\f015";
20992099
font-size: 0.8em;
21002100
font-weight: 700;
@@ -2337,7 +2337,7 @@ h1.forumtitle span#siteslogan {
23372337
outline-offset: var(--quickbuttons-link-outline-offset);
23382338
}
23392339
.quickbuttons > li > a.sub_buttons::after {
2340-
font-family: "Font Awesome 6 Free";
2340+
font-family: "Font Awesome 7 Free";
23412341
content: "\f078";
23422342
font-size: 0.6em;
23432343
font-weight: 700;
@@ -3358,7 +3358,7 @@ div#manage_boards dl dd textarea[name=desc] {
33583358
}
33593359
.board_icon a::before {
33603360
display: inline;
3361-
font-family: "Font Awesome 6 Free";
3361+
font-family: "Font Awesome 7 Free";
33623362
font-size: 2em;
33633363
content: "\f086";
33643364
color: var(--body-link-color);
@@ -4705,7 +4705,7 @@ img.theme_thumbnail {
47054705
background-color: transparent;
47064706
content: "\f186";
47074707
transition: .4s;
4708-
font-family: "Font Awesome 6 Free";
4708+
font-family: "Font Awesome 7 Free";
47094709
font-weight: 700;
47104710
}
47114711

@@ -4720,7 +4720,7 @@ input:checked + .slider:before {
47204720
input:checked + .slider:before {
47214721
content: "\f185";
47224722
font-weight: 700;
4723-
font-family: "Font Awesome 6 Free";
4723+
font-family: "Font Awesome 7 Free";
47244724
}
47254725

47264726
/* Fade-in animation */

css/compat/jquery.sceditor.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,48 @@ body.sceditor-maximize {
225225
.sceditor-maximize div.sceditor-grip {
226226
display: none;
227227
}
228+
div.sceditor-smileyPopup, div.sceditor-dropdown {
229+
background: var(--popup-window-bg);
230+
background-clip: padding-box;
231+
border-color: var(--popup-window-border-color);
232+
border-radius: var(--popup-window-border-radius);
233+
border-style: var(--popup-window-border-style);
234+
border-width: var(--popup-window-border-width);
235+
box-shadow: var(--popup-content-color);
236+
color: var(--popup-color);
237+
line-height: 1;
238+
padding: .5em;
239+
overflow-y: auto;
240+
z-index: 4000;
241+
}
242+
243+
div.sceditor-smileyPopup {
244+
top: unset;
245+
left: 0;
246+
right: 0;
247+
transform: unset;
248+
position: absolute;
249+
min-height: 100px;
250+
min-width: 250px;
251+
margin-inline: auto;
252+
display: flex;
253+
box-sizing: border-box;
254+
max-height: 215px;
255+
max-width: 450px;
256+
}
257+
div.sceditor-smileyPopup #sceditor-popup {
258+
display: flex;
259+
flex-direction: column;
260+
width: 100%;
261+
}
262+
div.sceditor-smileyPopup #sceditor-popup div#sceditor-popup-smiley {
263+
align-self: flex-start;
264+
flex-grow: 1;
265+
}
266+
div.sceditor-smileyPopup #sceditor-popup span.button {
267+
align-self: center;
268+
margin-top: .5em;
269+
}
228270
.sceditor-dropdown {
229271
position: absolute;
230272
border: 1px solid #ccc;

css/custom/icons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SMF Icons */
22
.main_icons {
33
display: inline-flex;
4-
font-family: "Font Awesome 6 Free";
4+
font-family: "Font Awesome 7 Free";
55
font-size: 1em;
66
-webkit-font-smoothing: antialiased;
77
font-style: normal;

themecustoms/Settings/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private function create() : void
144144

145145
/** Socials **/
146146
$this->socials();
147-
147+
148148
/** Avatars **/
149149
$this->avatars();
150150

themecustoms/Theme/Load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Load
1818
/**
1919
* @var const Font Awesome version
2020
*/
21-
const FONTAWESOME_VERSION = '6.7.2';
21+
const FONTAWESOME_VERSION = '7.0.0';
2222

2323
/**
2424
* @var const jQuery UI version

0 commit comments

Comments
 (0)