diff --git a/frontend/src/app/components/block-filters/block-filters.component.scss b/frontend/src/app/components/block-filters/block-filters.component.scss
index 6dff84706..79e9e780a 100644
--- a/frontend/src/app/components/block-filters/block-filters.component.scss
+++ b/frontend/src/app/components/block-filters/block-filters.component.scss
@@ -32,14 +32,14 @@
}
.menu-toggle {
- width: 2em;
- height: 2em;
+ width: 3em;
+ height: 1.8em;
padding: 0px 1px;
opacity: 0;
cursor: pointer;
color: white;
background: none;
- border: solid 2px white;
+ border: none;
border-radius: 0.35em;
pointer-events: all;
}
diff --git a/frontend/src/app/components/svg-images/svg-images.component.html b/frontend/src/app/components/svg-images/svg-images.component.html
index ac83324e2..d285d80a8 100644
--- a/frontend/src/app/components/svg-images/svg-images.component.html
+++ b/frontend/src/app/components/svg-images/svg-images.component.html
@@ -85,12 +85,7 @@
-
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss
index 0017e0994..af874dcdc 100644
--- a/frontend/src/app/components/transaction/transaction.component.scss
+++ b/frontend/src/app/components/transaction/transaction.component.scss
@@ -317,5 +317,5 @@
.goggles-icon {
display: block;
- width: 2.2em;
+ width: 2.7em;
}
\ No newline at end of file