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>

5aa1c8fbacfdaf722779e494c9f8b8e1781fbab6

Rivelle <rivelle.days@gmail.com>

Signed
3 files changed, +10 -6Showing whitespace changes
public/css/backgrounds.css+7 -3
@@ -146,11 +146,13 @@ body.reduced-motion #bg_custom {
146146 right: 2px;
147147 background-color: rgba(0, 0, 0, 0.5);
148148 border-radius: 8px;
149149 gap: 2px3px;
150150 padding: 3px 5px;
151151 z-index: 3;
152152 backdrop-filter: blur(4px);
153153 border: 1px solid var(--SmartThemeBorderColor);
154+ justify-items: center;
155+ align-items: center;
154156
155157 opacity: 0;
156158 visibility: hidden;
@@ -168,11 +170,13 @@ body.reduced-motion #bg_custom {
168170
169171.bg_example .jg-button {
170172 display: flex;
173+ width: 30px;
174+ height: 30px;
171175 align-items: center;
172176 justify-content: center;
173177 color: white;
174178 padding: 5px;
175179 font-size: 1.2em1em;
176180 border-radius: 6px;
177181 transition: background-color var(--animation-duration) ease;
178182}
public/css/mobile-styles.css+2 -2
@@ -47,8 +47,8 @@
4747 position: absolute;
4848 top: 5px;
4949 right: 5px;
5050 width: 28px30px;
5151 height: 28px30px;
5252 background-color: rgba(0, 0, 0, 0.4);
5353 color: white;
5454 border-radius: 6px;
public/style.css+1 -1
@@ -3239,7 +3239,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
32393239.bg_list {
32403240 display: flex;
32413241 flex-wrap: wrap;
32423242 width: calc(var(--sheldWidth) - 10px15px);
32433243 max-width: 100vw;
32443244 max-width: 100dvw;
32453245 justify-content: space-evenly;