backend API to create a launcher

This commit is contained in:
zadam
2022-12-22 14:57:00 +01:00
parent 059c339c09
commit 8ec2547b4a
32 changed files with 947 additions and 173 deletions

View File

@@ -20,7 +20,7 @@ const TPL = `
margin-left: 10px;
}
.floating-buttons-children > button {
.floating-buttons-children > button, .floating-buttons-children .floating-button {
font-size: 150%;
padding: 5px 10px 4px 10px;
width: 40px;
@@ -33,7 +33,7 @@ const TPL = `
justify-content: space-around;
}
.floating-buttons-children > button:hover {
.floating-buttons-children > button:hover, .floating-buttons-children .floating-button:hover {
text-decoration: none;
border-color: var(--button-border-color);
}