Skip to content

Commit 0e061df

Browse files
authored
Improve sponsors tab layout (#3834)
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.
1 parent 063e4f5 commit 0e061df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/css/main.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,14 +1163,12 @@ dialog {
11631163
}
11641164
.tab_sponsor {
11651165
display: none;
1166-
height: 50px;
1167-
max-height: 50px;
11681166
margin: 0 auto 10px auto;
11691167
}
11701168
.img_sponsor {
11711169
height: 100%;
1172-
padding-left: 10px;
1173-
padding-right: 10px;
1170+
max-height: 50px;
1171+
padding: 5px 10px;
11741172
}
11751173
.note {
11761174
background-color: #fff7cd;

0 commit comments

Comments
 (0)