From 0bfb69c54b2aac6292056272b5cd046899c890ee Mon Sep 17 00:00:00 2001 From: Teodor Atroshenko Date: Wed, 19 Jul 2023 09:03:00 +0200 Subject: [PATCH] fix: #16089 (#16090) --- ui/src/components/spinner/QSpinnerComment.js | 2 +- ui/src/components/spinner/QSpinnerCube.js | 10 +++++----- ui/src/components/spinner/QSpinnerFacebook.js | 6 +++--- ui/src/components/spinner/QSpinnerHourglass.js | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ui/src/components/spinner/QSpinnerComment.js b/ui/src/components/spinner/QSpinnerComment.js index 5dd72e21285..78f03cd7c2e 100644 --- a/ui/src/components/spinner/QSpinnerComment.js +++ b/ui/src/components/spinner/QSpinnerComment.js @@ -8,7 +8,7 @@ const svg = [ h('rect', { x: '0', y: '0', - width: ' 100', + width: '100', height: '100', fill: 'none' }), diff --git a/ui/src/components/spinner/QSpinnerCube.js b/ui/src/components/spinner/QSpinnerCube.js index 0e069407ef1..ed4f31b8121 100644 --- a/ui/src/components/spinner/QSpinnerCube.js +++ b/ui/src/components/spinner/QSpinnerCube.js @@ -8,7 +8,7 @@ const svg = [ h('rect', { x: '0', y: '0', - width: ' 100', + width: '100', height: '100', fill: 'none' }), @@ -18,7 +18,7 @@ const svg = [ h('rect', { x: '-20', y: '-20', - width: ' 40', + width: '40', height: '40', fill: 'currentColor', opacity: '0.9' @@ -43,7 +43,7 @@ const svg = [ h('rect', { x: '-20', y: '-20', - width: ' 40', + width: '40', height: '40', fill: 'currentColor', opacity: '0.8' @@ -68,7 +68,7 @@ const svg = [ h('rect', { x: '-20', y: '-20', - width: ' 40', + width: '40', height: '40', fill: 'currentColor', opacity: '0.7' @@ -93,7 +93,7 @@ const svg = [ h('rect', { x: '-20', y: '-20', - width: ' 40', + width: '40', height: '40', fill: 'currentColor', opacity: '0.6' diff --git a/ui/src/components/spinner/QSpinnerFacebook.js b/ui/src/components/spinner/QSpinnerFacebook.js index 13a79299fcb..cd367c3d047 100644 --- a/ui/src/components/spinner/QSpinnerFacebook.js +++ b/ui/src/components/spinner/QSpinnerFacebook.js @@ -11,7 +11,7 @@ const svg = [ h('rect', { x: '-10', y: '-30', - width: ' 20', + width: '20', height: '60', fill: 'currentColor', opacity: '0.6' @@ -37,7 +37,7 @@ const svg = [ h('rect', { x: '-10', y: '-30', - width: ' 20', + width: '20', height: '60', fill: 'currentColor', opacity: '0.8' @@ -63,7 +63,7 @@ const svg = [ h('rect', { x: '-10', y: '-30', - width: ' 20', + width: '20', height: '60', fill: 'currentColor', opacity: '0.9' diff --git a/ui/src/components/spinner/QSpinnerHourglass.js b/ui/src/components/spinner/QSpinnerHourglass.js index 994065ca660..f3c0d92eb98 100644 --- a/ui/src/components/spinner/QSpinnerHourglass.js +++ b/ui/src/components/spinner/QSpinnerHourglass.js @@ -19,7 +19,7 @@ const svg = [ h('rect', { x: '15', y: '20', - width: ' 70', + width: '70', height: '25' }, [ h('animate', { @@ -48,7 +48,7 @@ const svg = [ h('rect', { x: '15', y: '55', - width: ' 70', + width: '70', height: '25' }, [ h('animate', {