Skip to content

Commit

Permalink
Fix the vertical alignment of the fullscreen button.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Nov 28, 2024
1 parent 0cf6c42 commit dcf4cf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tdoc/common/static/tdoc/styles.css.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,9 @@ div.tdoc-exec div.tdoc-exec-controls {
.article-header-buttons button.pst-navbar-icon {
height: inherit;
}
.article-header-buttons .svg-inline--fa {
vertical-align: middle;
.article-header-buttons .btn__icon-container {
display: flex;
align-items: center;
}

/* Prevent the wrapper background set by pygments from being visible if the
Expand Down

0 comments on commit dcf4cf3

Please sign in to comment.