dont force height

This commit is contained in:
ThatOneCalculator 2022-11-09 10:57:11 -08:00
parent 4d58422421
commit 15042c6179
3 changed files with 3 additions and 4 deletions

View file

@ -1231,7 +1231,7 @@ _tutorial:
step6_1: "So, what is this place?"
step6_2: "Well, you didn't just join Calckey. You joined a portal to the Fediverse, an interconnected network of thousands of servers, called \"instances\"."
step6_3: "Each server works in different ways, and not all servers run Calckey. This one does though!"
step6_4: "It may be a bit confusing at first, but you'll get the hang of it. Go, explore, and have fun!"
step6_4: "Now go, explore, and have fun!"
_2fa:
alreadyRegistered: "You have already registered a 2-factor authentication device."
registerDevice: "Register a new device"

View file

@ -1258,7 +1258,7 @@ _tutorial:
step6_1: "それで、ここは何なの?"
step6_2: "まあ、あなたはCalckeyに参加しただけではありません。何千ものサーバーが相互接続されたネットワークで インスタンスと呼ばれる。"
step6_3: "各サーバーは異なる方法で動作し、すべてのサーバーがCalckeyを実行するわけではありません。でも、このサーバーは動くんです"
step6_4: 「最初は少し戸惑うかもしれませんが、すぐにコツがつかめるようになります。行って、探索して、楽しんでください!"
step6_4: "さあ、探検して、楽しんでください!"
_2fa:
alreadyRegistered: "既に設定は完了しています。"

View file

@ -2,9 +2,8 @@
<XModalWindow
ref="dialog"
:width="800"
:height="600"
:style="{
'max-height': `calc(600px - ${filterSectionHeight}px)`
'max-height': `calc(100% - ${filterSectionHeight}px)`
}"
@close="dialog.close()"
@closed="$emit('closed')"