# extendify/3.1.2/src/Library/library.css

Extendify, version 3.1.2. 25 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.2/code/src/Library/library.css
- Raw: https://pluginprobe.com/plugins/extendify/3.1.2/raw/src/Library/library.css
- Modified: 2026-02-18T22:27:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.1.2/code/src/Library/library.css#L10-L20`.

```css
@import "tailwindcss" source(none) important;
@import "../tailwind.css" source(none);
@source ".";

/* no-prefix */
.extendify-library.extendify-library-modal {
	@apply fixed! inset-0! z-high! overflow-y-auto!;
}

.components-toggle-group-control [role="presentation"] {
	@apply bg-design-main!;
}

/* Style contentType/pageType control in sidebar */
/* no-prefix */
.ext-type-control .components-panel__body-title {
	@apply -mx-5! my-0! bg-transparent! p-1! px-5!;
	button {
		@apply z-10! rounded-sm! border! border-solid! border-gray-300! shadow-none! outline-hidden! ring-design-main! focus:ring!;
		&[aria-expanded="true"] {
			@apply rounded-b-none! border-b-0!;
		}
	}
}

```
