mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Move Height and Width attribute to (hopefully) fix Safari issues.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<svg
|
||||
height: 250px
|
||||
width: 250px
|
||||
viewBox="0 0 10817 9730"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xml:space="preserve"
|
||||
@@ -9,8 +11,6 @@
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
stroke-miterlimit: 5.42683;
|
||||
height: 250px; /* Set the height directly in the SVG */
|
||||
width: 250px; /* Set the width directly in the SVG */
|
||||
"
|
||||
>
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user