Skip to content

Commit

Permalink
More percentages to cqi
Browse files Browse the repository at this point in the history
  • Loading branch information
knowler committed Jan 27, 2025
1 parent d5f05c1 commit f961beb
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/Breadcrumbs.customOverflowDropdown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
inline-size: 75%;
inline-size: 75cqi;
min-inline-size: 150px;
max-inline-size: 425px;
border: 1px solid lightpink;
Expand Down
2 changes: 1 addition & 1 deletion examples/Breadcrumbs.extremeTruncation.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
inline-size: 75%;
inline-size: 75cqi;
min-inline-size: 150px;
max-inline-size: 425px;
border: 1px solid pink;
Expand Down
2 changes: 1 addition & 1 deletion examples/Breadcrumbs.truncation.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
inline-size: 75%;
inline-size: 75cqi;
min-inline-size: 150px;
max-inline-size: 450px;
border: 1px solid pink;
Expand Down
2 changes: 1 addition & 1 deletion examples/ButtonGroup.overflow.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
max-width: 70%;
max-width: 70cqi;
}
2 changes: 1 addition & 1 deletion examples/ButtonGroup.usage.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 60%;
width: 60cqi;
display: flex;
gap: var(--iui-size-xs);
}
Expand Down
2 changes: 1 addition & 1 deletion examples/DropdownMenu.hidemiddleware.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 50%;
width: 50cqi;
}

.list {
Expand Down
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.actions.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.borderless.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.disabled.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.form.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.small.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/ExpandableBlock.status.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
width: min(100%, 300px);
width: min(100cqi, 300px);
}
2 changes: 1 addition & 1 deletion examples/Flex.spacer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
}

.demo-container {
width: 100%;
width: 100cqi;
}
2 changes: 1 addition & 1 deletion examples/Flex.wrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
}

.demo-container {
width: 30%;
width: 30cqi;
}
2 changes: 1 addition & 1 deletion examples/SearchBox.basic.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
gap: var(--iui-size-xs);
}
2 changes: 1 addition & 1 deletion examples/SearchBox.borderlessexpandbutton.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
justify-content: center;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SearchBox.custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
justify-content: center;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SearchBox.customopen.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
justify-content: center;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SearchBox.expandable.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
justify-content: center;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SearchBox.main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
gap: var(--iui-size-xs);
}
2 changes: 1 addition & 1 deletion examples/SearchBox.size.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
flex-direction: column;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SearchBox.status.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.demo-container {
width: 70%;
width: 70cqi;
display: flex;
flex-direction: column;
gap: var(--iui-size-xs);
Expand Down
2 changes: 1 addition & 1 deletion examples/SkipToContentLink.main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
align-items: center;
justify-content: center;
min-height: 300px;
width: 100%;
width: 100cqi;
transform: translateX(0); /* creates containing block for position: fixed */
}
2 changes: 1 addition & 1 deletion examples/TagContainer.truncate.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
max-width: 70%;
max-width: 70cqi;
}
2 changes: 1 addition & 1 deletion examples/TagContainer.wrap.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.demo-container {
max-width: 60%;
max-width: 60cqi;
}

0 comments on commit f961beb

Please sign in to comment.