Fixed Kink deep scrape photos. Fixed favicon ratio in compact scene tile. Hiding scroll buttons on small screens.

This commit is contained in:
DebaucheryLibrarian
2021-01-19 15:58:27 +01:00
parent f39270ee91
commit a95e409366
6 changed files with 15 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ export default {
</script>
<style lang="scss" scoped>
@import 'theme';
@import 'breakpoints';
.scroll.expanded {
padding: 0;
@@ -227,4 +227,11 @@ export default {
.scroll-dark .expand-light {
display: none;
}
@media(max-width: $breakpoint-micro) {
/* buttons block swiping motion */
.scroll-button {
display: none;
}
}
</style>