implement reactive breakpoints

+ fix breaking queue page when there's no data
This commit is contained in:
geoffrey45
2022-09-10 20:15:20 +03:00
parent eb774eeaeb
commit 32b309b6ee
7 changed files with 74 additions and 25 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ function getSource() {
};
default:
return { name: "Ghost source" };
return { name: "👻 Ghost source", location: {} };
}
}
@@ -113,13 +113,13 @@ const { name, icon: SourceIcon, location } = getSource();
grid-template-columns: max-content 1fr;
align-items: center;
padding: $smaller $small;
height: 100%;
}
svg {
transform: scale(0.9);
}
}
}
.queue-actions {