update device Selector

This commit is contained in:
Mario Pesch
2022-11-03 20:04:39 +01:00
parent b40a439e16
commit d61d0cc5c4
4 changed files with 23 additions and 16 deletions
+10
View File
@@ -62,3 +62,13 @@ td {
flex-direction: column;
align-items: center;
}
:root {
--url: url('./data/mcu_opacity.png');
}
.blocklySvg {
background-image: var(--url);
background-position: center;
background-repeat: no-repeat;
}