Skip to content

Commit

Permalink
Increase border-radius for url preview cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jul 3, 2023
1 parent 02fbc58 commit 2163ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add visible border around media
* Increase border-radius for media
* Increase border-radius for url preview cards
* Fix read more button position
* Make border visible
* Fix multiple columns layout
Expand Down
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ body.layout-multiple-columns {
.layout-multiple-columns a.status-card,
.layout-multiple-columns a.status-card.compact {
background-color: var(--color-bg);
border-radius: 10px;
border-radius: 16px;
display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ body.layout-single-column {
.layout-single-column a.status-card,
.layout-single-column a.status-card.compact {
background-color: var(--color-bg);
border-radius: 10px;
border-radius: 16px;
display: block;
}

Expand Down

0 comments on commit 2163ca8

Please sign in to comment.