File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
packages/gitbook/src/components/DocumentView/OpenAPI Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' gitbook ' : patch
3+ ---
4+
5+ Update Models page styling
Original file line number Diff line number Diff line change 66}
77
88.openapi-schemas {
9- @apply flex flex-col mb-14 flex-1;
9+ @apply flex flex-col mb-14 gap-0 flex-1;
1010}
1111
1212.openapi-schemas-title {
@@ -748,8 +748,12 @@ body:has(.openapi-select-popover) {
748748}
749749
750750/* Disclosure */
751+ .openapi-schemas-disclosure {
752+ @apply border-t border-x last:border-b border-tint-subtle !ring-0 first:!rounded-t-xl last:!rounded-b-xl !rounded-none;
753+ }
754+
751755.openapi-schemas-disclosure > .openapi-disclosure-trigger {
752- @apply flex items-center font-mono transition-all text-tint-strong !text-sm hover:bg-tint-subtle relative flex-1 gap-2.5 p-3 truncate -outline-offset-1;
756+ @apply flex items-center font-mono transition-all font-normal text-tint-strong !text-sm hover:bg-tint-subtle relative flex-1 gap-2.5 p-5 truncate -outline-offset-1;
753757}
754758
755759.openapi-schemas-disclosure > .openapi-disclosure-trigger ,
@@ -793,7 +797,6 @@ body:has(.openapi-select-popover) {
793797 @apply bg-tint-subtle overflow-hidden;
794798}
795799
796- .openapi-disclosure : has (> .openapi-disclosure-trigger : hover ),
797800.openapi-disclosure [data-expanded = "true" ] {
798801 @apply ring-1 shadow-sm;
799802}
You can’t perform that action at this time.
0 commit comments