feat: enhance provider item display with improved base URL styling and layout adjustments

This commit is contained in:
Supra4E8C
2025-12-03 00:53:34 +08:00
parent fc8b02f58e
commit b026285e65
2 changed files with 8 additions and 1 deletions

View File

@@ -2201,6 +2201,13 @@ input:checked+.slider:before {
font-size: 0.9rem;
}
.provider-base-url {
word-break: break-all;
overflow-wrap: anywhere;
white-space: normal;
display: block;
}
.provider-item .provider-models {
margin-top: 8px;
display: flex;