mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
collapse ifac grid on small screens
This commit is contained in:
parent
d7375081f3
commit
3a13442bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@
|
|||
<template v-slot:subtitle>Interface Access Code settings are used for creating private networks and can be configured on the interface level.</template>
|
||||
<template v-slot:content>
|
||||
<div class="p-2">
|
||||
<div class="grid grid-cols-3 gap-4">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-y-2 lg:gap-x-2">
|
||||
<div>
|
||||
<label class="block text-sm font-medium text-gray-900 dark:text-zinc-100">Network Name</label>
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue