Fix position of home circle in energy distribution on safari (#10186)

This commit is contained in:
Bram Kragten 2021-10-07 21:06:59 +02:00 committed by GitHub
parent db55be6d33
commit 919ce2afb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,6 +763,8 @@ class HuiEnergyDistrubutionCard
stroke-width: 4px; stroke-width: 4px;
width: 100%; width: 100%;
height: 100%; height: 100%;
top: 0;
left: 0;
} }
.gas path, .gas path,
.gas circle { .gas circle {