Skip to content

Commit

Permalink
Forum: fix emoji size on all FreeCAD phpbb themes
Browse files Browse the repository at this point in the history
Closes #61
  • Loading branch information
luzpaz committed Feb 15, 2021
1 parent 8874718 commit c5d5adc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions forum/styles/freecad-dark/theme/_common.scss
Expand Up @@ -1946,6 +1946,13 @@ ul.linklist:after,
display: block;
}

.emoji {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}

.hidden {
display: none;
}
Expand Down
7 changes: 7 additions & 0 deletions forum/styles/freecad/theme/_common.scss
Expand Up @@ -1946,6 +1946,13 @@ ul.linklist:after,
display: block;
}

.emoji {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}

.hidden {
display: none;
}
Expand Down

0 comments on commit c5d5adc

Please sign in to comment.