fix: Rationalize custom icons to avoid duplication (#1639)

This commit is contained in:
Dermot Duffy
2024-10-13 16:24:51 -07:00
committed by GitHub
parent 0ec9afbad2
commit 7895de96d2
29 changed files with 573 additions and 272 deletions
+7 -1
View File
@@ -28,6 +28,12 @@
:root {
--content-max-width: 95vw;
}
.svg-icon {
background-color: rgb(255, 255, 255);
vertical-align: middle;
background: repeating-conic-gradient(#8080804f 0% 25%, transparent 0% 50%) 50% /
4px 4px;
}
</style>
</head>
<body>
@@ -42,7 +48,7 @@
// The overall documentation name.
name: 'Frigate Card',
logo: 'images/frigate-logo.svg',
logo: 'images/icons/frigate.svg',
// Automatically go to the top of a page on route change.
auto2top: true,