using the half-shit approach since proper approach is full-shit

This commit is contained in:
Henry Jameson 2022-09-20 00:24:08 +03:00
commit fa1d9f3fb4
3 changed files with 19 additions and 15 deletions

View file

@ -7,7 +7,6 @@
<div
class="UpdateNotificationModal panel"
:class="{ '-peek': !showingMore }"
:style="dynamicStyles"
>
<div class="panel-heading">
<span class="title">
@ -15,8 +14,12 @@
</span>
</div>
<div class="panel-body">
<div class="content">
<div
class="content"
:class="{ '-noImage': !showingImage }"
>
<img
v-if="showingImage"
class="pleroma-tan"
:src="pleromaTanVariant"
:style="pleromaTanStyles"