diff --git a/app/app.vue b/app/app.vue index afaee3d..606d868 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,15 +1,13 @@ @@ -91,7 +89,10 @@ body { html.theme-changing * { /* Stroke and fill aren't animatable */ - transition: background-color 1s ease, border 1s ease, color 1s ease, + transition: + background-color 1s ease, + border 1s ease, + color 1s ease, box-shadow 1s ease !important; } diff --git a/app/components/composer/composer.vue b/app/components/composer/composer.vue index 293b437..c375cf0 100644 --- a/app/components/composer/composer.vue +++ b/app/components/composer/composer.vue @@ -1,69 +1,105 @@ \ No newline at end of file + diff --git a/app/components/form/switch.vue b/app/components/form/switch.vue index cc84b2b..45adc41 100644 --- a/app/components/form/switch.vue +++ b/app/components/form/switch.vue @@ -1,18 +1,23 @@ diff --git a/app/components/form/text.vue b/app/components/form/text.vue index eff9e81..283a984 100644 --- a/app/components/form/text.vue +++ b/app/components/form/text.vue @@ -1,15 +1,11 @@ diff --git a/app/components/graphics/spinner.vue b/app/components/graphics/spinner.vue index c7bfa27..ea6752f 100644 --- a/app/components/graphics/spinner.vue +++ b/app/components/graphics/spinner.vue @@ -1,6 +1,6 @@ diff --git a/app/components/graphics/square-pattern.vue b/app/components/graphics/square-pattern.vue index 451a78a..d2f9991 100644 --- a/app/components/graphics/square-pattern.vue +++ b/app/components/graphics/square-pattern.vue @@ -1,19 +1,34 @@ diff --git a/app/components/instance/small-card.vue b/app/components/instance/small-card.vue index 305dc75..4babaf7 100644 --- a/app/components/instance/small-card.vue +++ b/app/components/instance/small-card.vue @@ -1,8 +1,11 @@