From 887e5d985ea5d6f97a912470f97aba534bfdde7d Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Sat, 21 Dec 2024 20:37:08 +0100 Subject: [PATCH] Use icon sizes relative to font size (#4575) --- docs/static/img/feat-docker.svg | 2 +- docs/static/img/feat-opensource.svg | 2 +- docs/static/img/workflows.svg | 2 +- web/src/components/atomic/Icon.vue | 78 +++++++++---------- web/src/components/atomic/IconButton.vue | 6 +- web/src/components/form/Checkbox.vue | 10 ++- web/src/components/form/RadioField.vue | 10 ++- web/src/components/layout/Container.vue | 2 +- .../layout/header/ActivePipelines.vue | 4 +- web/src/components/layout/header/Navbar.vue | 24 +++--- .../components/repo/pipeline/PipelineItem.vue | 20 ++--- .../repo/pipeline/PipelineStatusIcon.vue | 4 +- web/src/views/repo/RepoWrapper.vue | 4 +- web/src/views/repo/pipeline/Pipeline.vue | 18 ++--- 14 files changed, 95 insertions(+), 91 deletions(-) diff --git a/docs/static/img/feat-docker.svg b/docs/static/img/feat-docker.svg index 1498e22c8..31c054cf9 100644 --- a/docs/static/img/feat-docker.svg +++ b/docs/static/img/feat-docker.svg @@ -1,2 +1,2 @@ - + diff --git a/docs/static/img/feat-opensource.svg b/docs/static/img/feat-opensource.svg index 89366e23d..61f3b413b 100644 --- a/docs/static/img/feat-opensource.svg +++ b/docs/static/img/feat-opensource.svg @@ -1,2 +1,2 @@ - + diff --git a/docs/static/img/workflows.svg b/docs/static/img/workflows.svg index 966b99cc5..597fbb476 100644 --- a/docs/static/img/workflows.svg +++ b/docs/static/img/workflows.svg @@ -1,2 +1,2 @@ - + diff --git a/web/src/components/atomic/Icon.vue b/web/src/components/atomic/Icon.vue index 2c43236aa..facac554f 100644 --- a/web/src/components/atomic/Icon.vue +++ b/web/src/components/atomic/Icon.vue @@ -1,59 +1,59 @@