fix: Try setting the images directly
All checks were successful
Build Docker / Build Main Image (push) Successful in 19s
Build Docker / Build SLDs Image (push) Successful in 20s

This commit is contained in:
Nathan Woodburn 2023-11-15 21:09:03 +11:00
parent 70fc0102d0
commit 1a110b1170
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -19,7 +19,7 @@
<body style="height: 99vh;width: 100vw;color: #1fffff;background: #000000;overflow-x: hidden;"> <body style="height: 99vh;width: 100vw;color: #1fffff;background: #000000;overflow-x: hidden;">
<div class="d-print-block d-sm-none d-md-none d-lg-none d-xl-block d-xxl-block"> <div class="d-print-block d-sm-none d-md-none d-lg-none d-xl-block d-xxl-block">
<div class="d-xl-flex align-items-xl-center" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-right: 2%;padding-bottom: 2%;width: 30%;display: inline-flex;height: 15em;margin-top: 1%;margin-left: 1%;"> <div class="d-xl-flex align-items-xl-center" style="background: #f1ffff;border-radius: 10px;padding-top: 2%;padding-left: 2%;padding-right: 2%;padding-bottom: 2%;width: 30%;display: inline-flex;height: 15em;margin-top: 1%;margin-left: 1%;">
<div style="width: 20vw;height: 20vw;"><img src="{{avatar}}" width="100%" height="100%" style="border-radius: 50%;"></div> <div style="width: 20vw;height: 20vw;max-width: 200px;max-height: 200px;"><img src="{{avatar}}" width="20vw" height="20vw" style="border-radius: 50%;"></div>
<div style="margin-left: 40px;"> <div style="margin-left: 40px;">
<div> <div>
<p style="font-size: 24px;">{{hnschat}}</p> <p style="font-size: 24px;">{{hnschat}}</p>