🎨 Update ProfessorPokeball component to use inline styles for size and set SVG dimensions to 100%
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="professor-pokeball">
|
<div class="professor-pokeball" :style="{ width: size, height: size }">
|
||||||
<svg
|
<svg
|
||||||
id="professor-pokeball-svg"
|
id="professor-pokeball-svg"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
:width="size"
|
width="100%"
|
||||||
:height="size"
|
height="100%"
|
||||||
viewBox="0 0 1275.907 1275.909"
|
viewBox="0 0 1275.907 1275.909"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
|
|||||||
Reference in New Issue
Block a user