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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client/src/index.css +17 -2
client/src/index.css CHANGED
@@ -208,8 +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
- /* 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 */
@@ -241,6 +241,21 @@ html.is-chrome .text-ui-text { -webkit-font-smoothing: antialiased; }
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 {
246
  width: 8px;
 
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: lighten Quick Action titles and control rhythm */
212
+ html.is-chrome .qa-card h3 { line-height: 1.25; margin-bottom: 0.25rem; font-weight: 400; }
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 */
 
241
  /* Match Safari: do not force bold on nav labels */
242
  /* (nav link already uses font-medium via markup) */
243
 
244
+ /* Home page (Dashboard) specific Chrome parity tweaks */
245
+ /* 1) "Quick Actions" subheading above the QA grid */
246
+ html.is-chrome .mb-8:has(> .qa-grid) > h2 { font-weight: 400; }
247
+
248
+ /* 2) Subheadings within each Quick Action card handled above via .qa-card h3 { font-weight: 400 } */
249
+
250
+ /* 3) "Admin Panel" subheading */
251
+ html.is-chrome .mb-8:has(> .bg-white.rounded-lg.shadow-sm.border.border-gray-200.p-6) > h2 { font-weight: 400; }
252
+
253
+ /* 4) "System Management" subheading inside Admin Panel card */
254
+ html.is-chrome .bg-white.rounded-lg.shadow-sm.border.border-gray-200.p-6 h3.text-lg.font-medium.text-gray-900 { font-weight: 400; }
255
+
256
+ /* 5) "Course Overview" subheading */
257
+ html.is-chrome .bg-ui-panel.rounded-xl.shadow-sm.border.border-ui-border.p-6 h3.text-lg { font-weight: 400; }
258
+
259
  /* Custom scrollbar */
260
  ::-webkit-scrollbar {
261
  width: 8px;