Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit d895e31

Browse files
authored
Merge pull request #4627 from bsclifton/master
Adding back the 5px padding left of back/forward nav buttons (Windows…
2 parents 83d7370 + e5e8ea8 commit d895e31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

less/navigationBar.less

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
box-sizing: border-box;
4242
}
4343

44+
.backforward {
45+
padding-left: 5px;
46+
}
47+
4448
#urlInput { width: 100%; }
4549

4650
// changes to ensure window can be as small as 480px wide

0 commit comments

Comments
 (0)