Skip to content

Commit

Permalink
Improve sponsors tab layout (#3834)
Browse files Browse the repository at this point in the history
Minimal improvement to sponsor logos on welcome screen.
Closes #3797

Note: IMHO ideally this layout would be rewritten to use flex display.
However in a spirit of keeping bugfixes targeted and minimal this implements
only necessary changes within exisiting block display.
  • Loading branch information
turboMaCk committed Mar 12, 2024
1 parent 063e4f5 commit 0e061df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/css/main.less
Expand Up @@ -1163,14 +1163,12 @@ dialog {
}
.tab_sponsor {
display: none;
height: 50px;
max-height: 50px;
margin: 0 auto 10px auto;
}
.img_sponsor {
height: 100%;
padding-left: 10px;
padding-right: 10px;
max-height: 50px;
padding: 5px 10px;
}
.note {
background-color: #fff7cd;
Expand Down

0 comments on commit 0e061df

Please sign in to comment.