chore: Minor fix
This commit is contained in:
@@ -16,7 +16,7 @@ const toggle = () => {
|
||||
tabindex="0"
|
||||
@click="toggle"
|
||||
>
|
||||
<div class="absolute z-0">
|
||||
<div class="absolute z-0 flex-shrink-0">
|
||||
<svg
|
||||
width="auto"
|
||||
height="auto"
|
||||
@@ -707,7 +707,7 @@ const toggle = () => {
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="false"
|
||||
focusable="false"
|
||||
class="z-10 relative"
|
||||
class="z-10 relative flex-shrink-0"
|
||||
>
|
||||
<rect width="136" height="108" fill="url(#paint0_radial_720_25689)" />
|
||||
<path
|
||||
@@ -953,7 +953,8 @@ body.dark svg,
|
||||
}
|
||||
|
||||
.svg-wrapper {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
+4
-3
@@ -17,7 +17,7 @@ const toggle = () => {
|
||||
tabindex="0"
|
||||
@click="toggle"
|
||||
>
|
||||
<div class="absolute z-0">
|
||||
<div class="absolute z-0 flex-shrink-0">
|
||||
<svg
|
||||
width="auto"
|
||||
height="auto"
|
||||
@@ -706,7 +706,7 @@ const toggle = () => {
|
||||
viewBox="0 0 136 108"
|
||||
aria-hidden="false"
|
||||
focusable="false"
|
||||
class="z-10 relative"
|
||||
class="z-10 relative flex-shrink-0"
|
||||
>
|
||||
<rect width="136" height="108" fill="url(#paint0_radial_720_25701)" />
|
||||
<path
|
||||
@@ -931,7 +931,8 @@ body.dark svg,
|
||||
}
|
||||
|
||||
.svg-wrapper {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
@@ -16,7 +16,7 @@ const toggle = () => {
|
||||
tabindex="0"
|
||||
@click="toggle"
|
||||
>
|
||||
<div class="absolute z-0">
|
||||
<div class="absolute z-0 flex-shrink-0">
|
||||
<svg
|
||||
width="auto"
|
||||
height="auto"
|
||||
@@ -707,7 +707,7 @@ const toggle = () => {
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="false"
|
||||
focusable="false"
|
||||
class="z-10 relative"
|
||||
class="z-10 relative flex-shrink-0"
|
||||
>
|
||||
<rect width="136" height="108" fill="url(#paint0_radial_720_25695)" />
|
||||
<path
|
||||
@@ -1005,7 +1005,8 @@ body.dark svg,
|
||||
}
|
||||
|
||||
.svg-wrapper {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="svg-wrapper relative" tabindex="0">
|
||||
<div class="absolute z-0">
|
||||
<div class="absolute z-0 flex-shrink-0">
|
||||
<svg
|
||||
width="auto"
|
||||
height="auto"
|
||||
@@ -691,7 +691,7 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="false"
|
||||
focusable="false"
|
||||
class="z-10 relative"
|
||||
class="z-10 relative flex-shrink-0"
|
||||
>
|
||||
<rect width="136" height="108" fill="url(#paint0_radial_797_91519)" />
|
||||
<path
|
||||
@@ -742,7 +742,8 @@ body.dark svg,
|
||||
}
|
||||
|
||||
.svg-wrapper {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user