Handle properly 2-col and 3-col desktop notifications

このコミットが含まれているのは:
tusooa 2022-11-08 00:37:22 -05:00
コミット a34bea75a8
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
2個のファイルの変更4行の追加3行の削除

ファイルの表示

@ -30,7 +30,7 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
<aside id="notifs-sidebar" />
<div id="notifs-sidebar" />
</template>
</div>
<main

ファイルの表示

@ -3,7 +3,8 @@
:disabled="minimalMode || disableTeleport"
:to="teleportTarget"
>
<div
<component
:is="noHeading ? 'div' : 'aside'"
ref="root"
:class="{ minimal: minimalMode }"
class="Notifications"
@ -88,7 +89,7 @@
</div>
</div>
</div>
</div>
</component>
</teleport>
</template>