Skip to content

Commit

Permalink
gui: Fix connection type icon width (fixes #8592) (#8644)
Browse files Browse the repository at this point in the history
The connection type icon comes from Bootstrap. As such, it does not
follow the same dimensions as the other GUI icons, which come from Fork
Awesome. Thus, add left and right margin to make its width roughly the
same as the other GUI icons, which fixes its alignment in relation to
text.

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
  • Loading branch information
tomasz1986 committed Nov 4, 2022
1 parent 46b375e commit fbdaa26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/default/assets/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ table.table-auto td {
display: inline-block;
vertical-align: -10%;
background-size: contain;
/* Simulate same width as Fork Awesome icons. */
margin-left: .14285715em;
margin-right: .14285715em;
}

.remote-devices-panel {
Expand Down

0 comments on commit fbdaa26

Please sign in to comment.