show plain background if playlist has no banner image

This commit is contained in:
geoffrey45
2022-09-02 17:26:22 +03:00
parent c20bbd795c
commit ed8de1ecda
8 changed files with 19 additions and 32 deletions
-15
View File
@@ -96,20 +96,5 @@ function create(e: Event) {
margin: 0 auto;
width: 6rem;
}
// input[type="submit"] {
// margin: $small 0;
// background-color: rgba(40, 132, 252, 0.884) !important;
// color: $white;
// padding: $small 1rem;
// font-size: 1rem;
// border: solid 2px transparent !important;
// outline: none;
// cursor: pointer;
// &:focus {
// border: 2px solid $gray1 !important;
// }
// }
}
</style>