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 2b960d7 commit f428e6cCopy full SHA for f428e6c
polyfill/cos-polyfill.js
@@ -51,6 +51,7 @@
51
font-family: system-ui, sans-serif;
52
font-size: 14px;
53
border: none;
54
+ block-size: 100%;
55
width: fit-content;
56
max-width: 500px;
57
}
@@ -65,9 +66,15 @@
65
66
67
section {
68
display: flex;
- align-items: anchor-center;
69
+ align-items: center;
70
gap: 10px;
71
72
+
73
+ @supports (align-items: anchor-center) {
74
+ section {
75
+ align-items: anchor-center;
76
+ }
77
78
@media (prefers-color-scheme: dark) {
79
dialog {
80
color: #c7c7c7;
0 commit comments