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

Commit

Permalink
Fix #4214: Remove asymmetrical padding on top toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Jan 6, 2022
1 parent 02b12fe commit 2b4394f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Client/Frontend/Browser/Toolbars/UrlBar/TopToolbarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ class TopToolbarView: UIView, ToolbarProtocol {
private let mainStackView = UIStackView().then {
$0.alignment = .center
$0.spacing = 8
$0.isLayoutMarginsRelativeArrangement = true
$0.layoutMargins = UIEdgeInsets(top: 0.0, left: 0.0, bottom: 0.0, right: 10.0)
$0.translatesAutoresizingMaskIntoConstraints = false
}

Expand Down

0 comments on commit 2b4394f

Please # to comment.