Adjust CSS settings

This commit is contained in:
rulingcom 2026-08-03 12:19:03 +08:00
parent b4b73269f6
commit ff8b0dc26c
1 changed files with 4 additions and 3 deletions

View File

@ -45,7 +45,7 @@
.channel-dropdown-menu { .channel-dropdown-menu {
top: calc(100% + 5px); top: calc(100% + 5px);
right: 0; right: 0;
left: auto; left: unset !important;
z-index: 1200; z-index: 1200;
border-radius: 4px; border-radius: 4px;
border-color: #ccc; border-color: #ccc;
@ -91,13 +91,14 @@
.channel-form-horizontal .channel-label { .channel-form-horizontal .channel-label {
float: none; float: none;
width: auto; width: auto !important;
text-align: left; text-align: left;
display: block; display: block;
} }
.channel-form-horizontal .channel-controls { .channel-dropdown .channel-form-horizontal .channel-controls {
margin-left: 0; margin-left: 0;
input { width: 90%;}
} }
.channel-source-name { .channel-source-name {