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 credentials page
This commit is contained in:
@@ -306,7 +306,7 @@ export default function CredentialsPage() {
|
|||||||
{!loadingDefaults && (
|
{!loadingDefaults && (
|
||||||
<>
|
<>
|
||||||
{wgConfig ? (
|
{wgConfig ? (
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex flex-col sm:flex-row items-center gap-4">
|
||||||
<CopyTextBox
|
<CopyTextBox
|
||||||
text={wgConfig}
|
text={wgConfig}
|
||||||
outline={true}
|
outline={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user