This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redo: Add copy to clipboard for about brave page (fixes #5790)
Closes #6183 Redo PR #6107 (which was reverted with #6184) - cherry-picked 942e95c - Added brave.less for about:brave to fix regression on about pages TODO: Pick up properties from history.less into brave.less Auditors: @alexwykoff Test Plan: 1. Visit about:about
- Loading branch information
1 parent
1af2c01
commit fa425c0
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@import "./common.less"; | ||
|
||
.siteDetailsPage { | ||
.siteDetailsPageContent { | ||
.sectionTitle { | ||
padding-left: 0; | ||
} | ||
|
||
.title { | ||
width: 400px; | ||
display: flex; | ||
justify-content: space-between; | ||
margin-left: @aboutPageSectionPadding; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters