mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Fix WireGuard QR code layout on mobile in site creation page
This commit is contained in:
@@ -1067,7 +1067,7 @@ WantedBy=default.target`
|
|||||||
</SettingsSectionDescription>
|
</SettingsSectionDescription>
|
||||||
</SettingsSectionHeader>
|
</SettingsSectionHeader>
|
||||||
<SettingsSectionBody>
|
<SettingsSectionBody>
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex flex-col sm:flex-row items-center gap-4">
|
||||||
<CopyTextBox text={wgConfig} />
|
<CopyTextBox text={wgConfig} />
|
||||||
<div
|
<div
|
||||||
className={`relative w-fit border rounded-md`}
|
className={`relative w-fit border rounded-md`}
|
||||||
|
|||||||
Reference in New Issue
Block a user