shithub: sirjofri_de_docs

Download patch

ref: 60f91082d41d25675478d118f5101f75c1b940fc
parent: ccaa8e120c9584eea26cfd785f653f2635ab57b9
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Feb 2 08:31:24 EST 2026

removes plugin-icon. Should be in plugin-specific css

--- a/common/style.css
+++ b/common/style.css
@@ -93,17 +93,6 @@
 	background: #2f6aff;
 }
 
-.plugin-icon {
-	display: inline-block;
-	width: 50px;
-	height: 50px;
-	position: relative;
-	top: 15px;
-	background: url("/SpatialAssetRecommender/media/Icon.svg") center;
-	background-size: cover;
-	filter: drop-shadow(0px 0px 6px black);
-}
-
 @media screen and (max-width: 1000px) {
 .bar {
 	width: 5px;
--