fix divider of inbound modal in mobile view

This commit is contained in:
Alireza Ahmadi
2023-08-27 10:08:51 +02:00
parent 50822b01f1
commit 8a22b088a9
4 changed files with 14 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
{{define "form/streamSettings"}}
<!-- select stream network -->
<a-divider style="margin:0;"></a-divider>
<a-form layout="inline">
<a-divider dashed style="margin:0;">
<a-form-item label="{{ i18n "transmission" }}">
<a-select v-model="inbound.stream.network" @change="streamNetworkChange"
:dropdown-class-name="themeSwitcher.darkCardClass">
@@ -13,7 +13,6 @@
<a-select-option value="grpc">grpc</a-select-option>
</a-select>
</a-form-item>
</a-divider>
</a-form>
<!-- tcp -->