Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #8206: Fit the favicon on the back-forward list.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Oct 9, 2023
1 parent 94cac00 commit a87114e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BackForwardTableViewCell: UITableViewCell {
faviconView.layer.borderWidth = 0.5
faviconView.layer.borderColor = UIColor(white: 0, alpha: 0.1).cgColor
faviconView.layer.masksToBounds = true
faviconView.contentMode = .center
faviconView.contentMode = .scaleAspectFit
return faviconView
}()

Expand Down

0 comments on commit a87114e

Please sign in to comment.