mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Updated header padding and api wrapper width
This commit is contained in:
@@ -291,6 +291,7 @@ span.cm-atom {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-indent: -2em;
|
text-indent: -2em;
|
||||||
padding-left: 2.5em;
|
padding-left: 2.5em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rest_url {
|
#rest_url {
|
||||||
|
|||||||
@@ -660,6 +660,7 @@ a.current {
|
|||||||
/* Left navigation ---------------------------------------------------------- */
|
/* Left navigation ---------------------------------------------------------- */
|
||||||
|
|
||||||
.tree_nav {
|
.tree_nav {
|
||||||
|
position: sticky;
|
||||||
top: 48px;
|
top: 48px;
|
||||||
padding: 44px 24px 48px 48px;
|
padding: 44px 24px 48px 48px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@@ -928,9 +929,9 @@ a.current {
|
|||||||
.github-edit-wrap .github-edit {
|
.github-edit-wrap .github-edit {
|
||||||
background-image: url(../vendor/github-marks/GitHub-Mark-32px.png);
|
background-image: url(../vendor/github-marks/GitHub-Mark-32px.png);
|
||||||
background-size: 24px 24px;
|
background-size: 24px 24px;
|
||||||
background-position: left 5px center;
|
background-position: left 10px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 8px 8px 8px 34px;
|
padding: 8px 10px 8px 40px;
|
||||||
color: #777;
|
color: #777;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user