Skip to content

Commit

Permalink
chore: Sync Theme-Customs
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Feb 17, 2025
1 parent 4150773 commit 8c1d1ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 2 additions & 4 deletions css/compat/jquery.sceditor.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ body[contenteditable] {
}

ul, ol {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
list-style: revert;
padding: revert !important;
}

table, td {
Expand Down
7 changes: 6 additions & 1 deletion css/custom/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,15 @@ h3.profile_hd::before,
content: "\f0ac";
}
/* Gallery */
.main_icons.media::before
.main_icons.media::before,
.main_icons.gallery::before {
content: "\f87c";
}
/* Downloads */
.main_icons.downloads::before,
.main_icons.download::before {
content: "\f0ed";
}
/* Arcade */
.main_icons.arcade::before {
content: "\f11b";
Expand Down
Binary file modified css/webfonts/fa-v4compatibility.ttf
Binary file not shown.

0 comments on commit 8c1d1ef

Please sign in to comment.