🎨 Update ProfessorPokeball component to use inline styles for size and set SVG dimensions to 100%

This commit is contained in:
2026-01-28 05:01:53 +00:00
parent 45d10af644
commit fd45934b2a

View File

@@ -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