HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/static/sass/backend/editor/options-panel/general.scss
// page options toggle
button {
	.ct-page-options-trigger {
		display: flex;
		align-items: center;
		height: 34px;
		margin: -6px;
		padding: 0 7px;
		border-radius: 4px;
		// background: rgba(226, 228, 231, 0.7);
		// border: 1px solid #d5d7da;
	}

	&.is-pressed {
		.ct-page-options-trigger {
			background: #555d66;
			border-color: #555d66;
		}
	}
}

// sidebar & editor new width
@media (min-width: 782px) {
	body .edit-post-layout.is-sidebar-opened .edit-post-sidebar {
		width: 320px !important;
	}

	body .edit-post-layout.is-sidebar-opened .edit-post-layout__content {
		margin-right: 320px !important;
	}
}