linguabot commited on
Commit
e82d848
·
verified ·
1 Parent(s): de4f59d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/index.css +4 -2
client/src/index.css CHANGED
@@ -208,7 +208,8 @@ html.is-chrome .app-shell { content-visibility: visible; contain-intrinsic-size:
208
  /* Quick Actions alignment parity with Safari (Chrome only) */
209
  /* Match Safari layout: no forced min-height on Chrome */
210
  html.is-chrome .qa-card { min-height: 0; }
211
- html.is-chrome .qa-card h3 { line-height: 1.25; font-weight: 600; }
 
212
  html.is-chrome .qa-card p { line-height: 1.25; }
213
  html.is-chrome .qa-card .icon-wrap { flex-shrink: 0; }
214
  /* ensure identical spacing as Safari via explicit margins */
@@ -237,7 +238,8 @@ html.is-chrome body { font-weight: 400; }
237
  html.is-chrome h1, html.is-chrome h2, html.is-chrome h3 { font-weight: 700; }
238
  html.is-chrome .text-ui-text { -webkit-font-smoothing: antialiased; }
239
  /* Chrome-only: bold nav option text */
240
- html.is-chrome .sidebar-nav a span { font-weight: 700; }
 
241
 
242
  /* Custom scrollbar */
243
  ::-webkit-scrollbar {
 
208
  /* Quick Actions alignment parity with Safari (Chrome only) */
209
  /* Match Safari layout: no forced min-height on Chrome */
210
  html.is-chrome .qa-card { min-height: 0; }
211
+ /* Match Safari: keep weight from markup (font-medium) and only control rhythm */
212
+ html.is-chrome .qa-card h3 { line-height: 1.25; margin-bottom: 0.25rem; }
213
  html.is-chrome .qa-card p { line-height: 1.25; }
214
  html.is-chrome .qa-card .icon-wrap { flex-shrink: 0; }
215
  /* ensure identical spacing as Safari via explicit margins */
 
238
  html.is-chrome h1, html.is-chrome h2, html.is-chrome h3 { font-weight: 700; }
239
  html.is-chrome .text-ui-text { -webkit-font-smoothing: antialiased; }
240
  /* Chrome-only: bold nav option text */
241
+ /* Match Safari: do not force bold on nav labels */
242
+ /* (nav link already uses font-medium via markup) */
243
 
244
  /* Custom scrollbar */
245
  ::-webkit-scrollbar {