Upload folder using huggingface_hub
Browse files- client/src/index.css +5 -5
client/src/index.css
CHANGED
|
@@ -209,7 +209,7 @@ html.is-chrome .app-shell { content-visibility: visible; contain-intrinsic-size:
|
|
| 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:
|
| 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 */
|
|
@@ -243,18 +243,18 @@ html.is-chrome .text-ui-text { -webkit-font-smoothing: antialiased; }
|
|
| 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:
|
| 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:
|
| 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:
|
| 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:
|
| 258 |
|
| 259 |
/* Custom scrollbar */
|
| 260 |
::-webkit-scrollbar {
|
|
|
|
| 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: 600; }
|
| 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 */
|
|
|
|
| 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: 600; }
|
| 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: 600; }
|
| 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: 600; }
|
| 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: 600; }
|
| 258 |
|
| 259 |
/* Custom scrollbar */
|
| 260 |
::-webkit-scrollbar {
|