Skip to content

Commit

Permalink
Changed previews ranking cutoff date from 1 week -> 30 days.
Browse files Browse the repository at this point in the history
Changed appline image and title to be slightly smaller.
Upgraded phptype/date ^1 -> ^2 for 'ago' suffix for past dates.
  • Loading branch information
Bilge committed Apr 6, 2024
1 parent c4ca0d6 commit 85bc3c7
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 72 deletions.
6 changes: 3 additions & 3 deletions assets/css/250.less
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ span.filtered {
}

.ranking > header > h2:first-of-type {
width: 170px;
width: 160px;
box-sizing: border-box;
padding-left: 1.5em;
margin-left: .5em;
Expand Down Expand Up @@ -574,7 +574,7 @@ span.filtered {
.ranking > header ~ div > div:first-child {
flex-shrink: 0;
width: 25%;
max-width: 170px; // Nominally 184px.
max-width: 160px; // Nominally 184px.
min-width: 80px;
aspect-ratio: 184/69;

Expand Down Expand Up @@ -627,7 +627,7 @@ span.filtered {
/* Prevent breaking around title at small resolutions. */
display: inline;

font-size: 150%;
font-size: 140%;
}
// Shared S250/C250 appline styles.
.appline {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eloquent/enumeration": "^6",
"joomla/di": "^2",
"monolog/monolog": "^1",
"phptype/date": "^1",
"phptype/date": "^2",
"rybakit/msgpack": "^0.9",
"scriptfusion/static-class": "^1",
"symfony/console": "^6",
Expand Down
Loading

0 comments on commit 85bc3c7

Please sign in to comment.