Improvement: Enhanced UI Consistency (#4499)

* Improvement: Enhanced UI Consistency

- Added a class to `<div class="inline-drawer-toggle inline-drawer-header">` in **AI Response Configuration** and **API Connections** menus to match the styling of similar elements in **User Settings**
- Improved spacing and sizing for buttons such as `.bg_example .jg-menu` in the **Backgrounds** menu. The previous widths and gaps were too small, often causing accidental taps (especially on mobile devices)

* fix

* Adjust padding and background color in style.css

* Update inline drawer classes for configuration sections

* Remove border styles from expandable sections

* fix

* fix

* fix(sad)

* Adjust desktop bg_list width

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Rivelle
2025-09-10 04:23:34 +08:00
committed by GitHub
parent 862c2b7ba3
commit 5aa1c8fbac
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -3239,7 +3239,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
.bg_list {
display: flex;
flex-wrap: wrap;
width: calc(var(--sheldWidth) - 10px);
width: calc(var(--sheldWidth) - 15px);
max-width: 100vw;
max-width: 100dvw;
justify-content: space-evenly;