Skip to content

Commit

Permalink
improve display numerous gears in one entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Asvel committed Feb 27, 2025
1 parent 03187f8 commit 02a34c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ input {
}
.entry--items {
display: inline-block;
max-width: 396px;
margin-bottom: -4px;
white-space: normal;
}
.entry--item-icon {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
margin-right: 4px;
margin-bottom: 4px;
vertical-align: top;
background-repeat: no-repeat;
background-position-y: 0;
Expand Down

0 comments on commit 02a34c4

Please sign in to comment.