1.4.5: Poprawki odświeżonego wyglądu

This commit is contained in:
2021-04-21 23:39:37 +02:00
parent 3d9b766cc7
commit b046b12905
9 changed files with 38 additions and 15 deletions
+2 -5
View File
@@ -98,7 +98,7 @@ export default class App extends Vue {
@Action("synchronizeData") synchronizeData;
@Getter("getAllData") data;
private VERSION = "1.4.4";
private VERSION = "1.4.5";
hasReleaseNotes = false;
updateModalVisible = false;
@@ -187,10 +187,7 @@ export default class App extends Vue {
// VUE ROUTE CHANGE ANIMATION
.view-anim {
&-enter {
opacity: 0.02;
}
&-enter,
&-leave-to {
opacity: 0.02;
}