fix: Try setting the images directly
This commit is contained in:
parent
70fc0102d0
commit
1a110b1170
@ -19,7 +19,7 @@
|
||||
<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-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>
|
||||
<p style="font-size: 24px;">{{hnschat}}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user