fix relay reference to manifest.json

This commit is contained in:
Brian Beck 2026-03-14 01:10:25 -07:00
parent d58ae04cdf
commit 970866d811
29 changed files with 62 additions and 37 deletions

View file

@ -60,6 +60,13 @@
min-width: 28px;
min-height: 28px;
padding: 2px;
background: rgba(213, 66, 58, 0.7);
}
@media (hover: hover) {
.ActionButton:not(:disabled):hover {
background: rgba(229, 70, 59, 0.9);
}
}
.EjectIcon {