browser sizing, color, logo fix

This commit is contained in:
jonathanlei
2022-11-30 10:13:05 -08:00
parent 780c6ec314
commit 1c114321b2
4 changed files with 12 additions and 6 deletions

View File

@@ -91,7 +91,7 @@
color: $white !important;
}
.DocSearch-Modal {
margin-top: -15px;
margin-top: -20px;
max-width: 50%;
margin-right: 13.75em;
}
@@ -101,7 +101,7 @@
min-width: unset;
}
.DocSearch-Modal {
top: 128px;
top: 127px;
max-width: 100%;
margin-left: 10px;
margin-right: 20px;
@@ -116,6 +116,9 @@
fill:white;
}
}
.DocSearch-Commands-Key{
color: $gray-800;
}
#centersearchboxcontainer {
justify-content: center;

View File

@@ -9696,7 +9696,7 @@ p {
color: #FFFFFF !important;
}
.xrp-ledger-dev-portal .DocSearch-Modal {
margin-top: -15px;
margin-top: -20px;
max-width: 50%;
margin-right: 13.75em;
}
@@ -9705,7 +9705,7 @@ p {
min-width: unset;
}
.xrp-ledger-dev-portal .DocSearch-Modal {
top: 128px;
top: 127px;
max-width: 100%;
margin-left: 10px;
margin-right: 20px;
@@ -9718,6 +9718,9 @@ p {
.xrp-ledger-dev-portal .DocSearch-Logo svg .cls-1, .xrp-ledger-dev-portal .DocSearch-Logo svg .cls-2 {
fill: white;
}
.xrp-ledger-dev-portal .DocSearch-Commands-Key {
color: #232325;
}
.xrp-ledger-dev-portal #centersearchboxcontainer {
justify-content: center;
}

File diff suppressed because one or more lines are too long