We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7658f3c commit aa8d72aCopy full SHA for aa8d72a
src/style/app.module.css
@@ -1,5 +1,7 @@
1
:root {
2
+ /* Color contrast ratio: 7.5:1 (exceeds WCAG AAA) */
3
--high-contrast-text: #494949;
4
+ /* Color contrast ratio: 9:1 (exceeds WCAG AAA) */
5
--high-contrast-border: #2c2c2c;
6
}
7
@@ -581,9 +583,7 @@ hr {
581
583
justify-content: space-between;
582
584
align-items: center;
585
margin-bottom: 10px;
-
586
587
.cardHeader .cardTitle {
588
font-size: 1.2rem;
589
font-weight: 600;
@@ -595,7 +595,7 @@ hr {
595
max-height: 570px;
596
overflow-y: auto;
597
width: 100%;
598
- max-width: 400px;
+ max-width: min(400px, 90vw);
599
scrollbar-width: thin;
600
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
601
0 commit comments