No longer reloading when stashing scene, immediately toggling heart locally and resetting on dispatch error.
This commit is contained in:
@@ -99,6 +99,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import 'breakpoints';
|
||||
|
||||
.header {
|
||||
padding: .5rem 1rem;
|
||||
background: var(--profile);
|
||||
@@ -174,4 +176,10 @@ export default {
|
||||
.stash-scene {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint-kilo) {
|
||||
.stashes {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user