- DS tokens/midground, Backdrop, scoped scrollbars, typography plugin + prose - Composer liquid/radius utilities, thread font parity, tool/thinking cues - File tree label scale, preview flex, thread retry loading + streaming tests
83 lines
1.9 KiB
CSS
83 lines
1.9 KiB
CSS
.composer-liquid-shell-wrap > div:not(.composer-liquid-shell) {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
transform: none !important;
|
|
margin: 0 !important;
|
|
border-radius: inherit !important;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.composer-liquid-shell-wrap:not([data-show-library-rims='true']) > span {
|
|
display: none !important;
|
|
}
|
|
|
|
.composer-liquid-shell-wrap[data-show-library-rims='true'] > span {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
transform: none !important;
|
|
margin: 0 !important;
|
|
border-radius: inherit !important;
|
|
box-sizing: border-box;
|
|
display: block !important;
|
|
}
|
|
|
|
.composer-liquid-shell {
|
|
z-index: 1;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
transform: none !important;
|
|
border-radius: inherit !important;
|
|
transition: none !important;
|
|
}
|
|
|
|
.composer-liquid-shell > svg {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
transform: none !important;
|
|
border-radius: inherit !important;
|
|
}
|
|
|
|
.composer-liquid-shell > .glass,
|
|
.composer-liquid-shell > :not(svg):not(.glass) {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
transform: none !important;
|
|
border-radius: inherit !important;
|
|
}
|
|
|
|
.composer-liquid-shell > .glass {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
padding: 0 !important;
|
|
border-radius: inherit !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.composer-liquid-shell > .glass > .glass__warp {
|
|
border-radius: inherit !important;
|
|
}
|
|
|
|
.composer-liquid-shell > .glass > div {
|
|
width: 100%;
|
|
height: 100%;
|
|
font: inherit !important;
|
|
text-shadow: none !important;
|
|
color: inherit !important;
|
|
}
|