dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#pageSwitch .oo-ui-window-body {
	label {
		display: flex;
		white-space: nowrap;
		gap: 5px;
		margin-top: 5px;
		input { flex: 1; }
		svg { margin-top: 5px; }
	}
	textarea#ps-pages {
		width: 100%;
		height: 20em;
		resize: none;
	}
	textarea#ps-err {
		width: 100%;
		height: 5em;
		resize: none;
	}
	svg.ps-success {
		vertical-align: middle;
		color:var(--theme-success-color);
	}
	svg.ps-error {
		vertical-align: middle;
		color:var(--theme-alert-color);
	}
}