mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-08 13:55: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 { Link } from "@redocly/theme/components/Link/Link";
|
||||||
import { ColorModeSwitcher } from "@redocly/theme/components/ColorModeSwitcher/ColorModeSwitcher";
|
import { ColorModeSwitcher } from "@redocly/theme/components/ColorModeSwitcher/ColorModeSwitcher";
|
||||||
import { AlgoliaSearch } from "./AlgoliaSearch";
|
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
|
// @ts-ignore
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -88,7 +88,7 @@
|
|||||||
.button-icon {
|
.button-icon {
|
||||||
aspect-ratio: 0.71;
|
aspect-ratio: 0.71;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: 12px;
|
width: 13.8px;
|
||||||
|
|
||||||
@media (max-width: 524px) {
|
@media (max-width: 524px) {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user