better responsivness #2416

This commit is contained in:
2024-02-05 15:57:09 +01:00
parent b2614bf755
commit 609964b358
3 changed files with 52 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ export const CommonStore = defineStore({
},
setCartoucheWidth (delta) {
console.log('CommonStore setCartoucheWidth', delta);
this.cartouch_width = this.original_cartouch_width * delta;
this.cartouch_width = this.original_cartouch_width * delta + 8 * (delta+1);
},
setCartoucheOpened (v) {
console.log('setCartoucheOpened', v);