2026-09-03 14:28:22 +00:00
|
|
|
body { font-family: system-ui, sans-serif; margin: 0; color: #1a1a1a; height: 100vh; }
|
|
|
|
|
.app-shell { display: flex; height: 100vh; }
|
|
|
|
|
.content-header { display: flex; align-items: center; gap: 0.75rem; padding: 1.5rem 1.5rem 0.5rem; }
|
|
|
|
|
.content-header h2 { margin: 0; }
|
|
|
|
|
.article-scroll-area { flex: 1; min-height: 0; padding: 0 1.5rem 1.5rem; }
|
|
|
|
|
.article-list { list-style: none; padding: 0; margin: 0; }
|
2026-09-03 16:08:14 +00:00
|
|
|
.article-row { border-bottom: 1px solid #ddd; padding: 1rem 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
|
|
|
|
|
.article-row-header { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem; }
|
2026-08-20 15:04:14 +00:00
|
|
|
.article-row a { font-weight: 600; text-decoration: none; color: #0b5fff; }
|
2026-09-03 16:08:14 +00:00
|
|
|
.summary { color: #444; margin: 0; }
|
2026-09-03 14:28:22 +00:00
|
|
|
.topics { display: flex; flex-wrap: wrap; gap: 0.3rem; }
|
2026-08-20 15:04:14 +00:00
|
|
|
.error { color: #b00020; }
|
2026-08-21 13:15:50 +00:00
|
|
|
.subscribe-form { display: flex; gap: 0.5rem; margin: 1rem 0; }
|
|
|
|
|
.subscribe-form .dx-input { flex: 1; }
|
|
|
|
|
.subscribe-status { margin: 0.25rem 0 1rem; font-size: 0.9rem; }
|
|
|
|
|
.subscribe-status.success { color: #1a7f37; }
|
|
|
|
|
.subscribe-status.error { color: #b00020; }
|