Release v0.4.0 #110

Merged
lamacchinadesiderante merged 50 commits from develop into main 2024-05-27 19:05:12 +00:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit 82c54f63da - Show all commits

View File

@ -23,7 +23,7 @@
},
"Results": {
"query": "Search results for: {{ query }}",
"toggle": "Show preview",
"toggle": "Toggle opacity",
"noData": "No videos found :("
}
}

View File

@ -23,7 +23,7 @@
},
"Results": {
"query": "Risultati della ricerca per: {{ query }}",
"toggle": "Mostra anteprime risultati",
"toggle": "Attiva/disattiva opacità",
"noData": "Nessun video trovato :("
}
}

View File

@ -1,4 +1,5 @@
@import 'breakpoints';
@import 'fontsize';
.toggleContainer {
display: flex;
@ -11,7 +12,7 @@
border-color: var(--primary-focus);
}
@media only screen and (min-width: $tablet) {
display: none;
.label {
font-size: $font-size-medium;
}
}