We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6dbe0 commit 059e60fCopy full SHA for 059e60f
2 files changed
src/popup/App.svelte
@@ -363,11 +363,11 @@
363
}
364
365
.header :global(button:nth-of-type(1) svg) {
366
- width: 75%;
+ transform: scale(0.75);
367
368
369
.header :global(button:nth-of-type(2) svg) {
370
- width: 90%;
+ transform: scale(0.9);
371
372
373
.error {
src/shared/Components/IconButton.svelte
@@ -42,7 +42,8 @@
42
height: auto;
43
opacity: 0.75;
44
pointer-events: none; /* prevent svg from triggering click events */
45
- width: 66.7%;
+ transform: scale(0.667);
46
+ width: 100%;
47
48
49
@media (hover: hover) {
0 commit comments