mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 00:35:50 +00:00
Adjust icon import path and button icon width
This commit is contained in:
@@ -5,7 +5,7 @@ import { slugify } from "../../helpers";
|
||||
import { Link } from "@redocly/theme/components/Link/Link";
|
||||
import { ColorModeSwitcher } from "@redocly/theme/components/ColorModeSwitcher/ColorModeSwitcher";
|
||||
import { AlgoliaSearch } from "./AlgoliaSearch";
|
||||
import arrowUpRightPurpleIcon from "../../static/img/icons/arrow-up-right-purple.svg";
|
||||
import arrowUpRightPurpleIcon from "../../../static/img/icons/arrow-up-right-purple.svg";
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -88,7 +88,7 @@
|
||||
.button-icon {
|
||||
aspect-ratio: 0.71;
|
||||
object-fit: contain;
|
||||
width: 12px;
|
||||
width: 13.8px;
|
||||
|
||||
@media (max-width: 524px) {
|
||||
width: 10px;
|
||||
|
||||
Reference in New Issue
Block a user