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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user