🎨 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>
|
||||
<div class="professor-pokeball">
|
||||
<div class="professor-pokeball" :style="{ width: size, height: size }">
|
||||
<svg
|
||||
id="professor-pokeball-svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
:width="size"
|
||||
:height="size"
|
||||
width="100%"
|
||||
height="100%"
|
||||
viewBox="0 0 1275.907 1275.909"
|
||||
>
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user