Skip to content

chatgpt.com by caolib

Screenshot of chatgpt.com

Details

Authorcaolib

LicenseNo License

Categorychatgpt.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("chatgpt.com") {
	.m-auto {
		margin: 1%;
		margin-top: 1%;
		margin-bottom: 1%;
	}

	/* Menu Closed */
	.mx-auto .md\:max-w-3xl {
		max-width: 99% !important;
	}


	.lg\:max-w-\[40rem\] {
		max-width: 99% !important;
	}

	.py-2.px-3.text-base.md\:px-4.md\:py-5.lg\:px-5.xl\:px-5 {
		max-width: 99% !important;
	}

	/*宽度*/
	@media (min-width: 768px) {
		.md\:max-w-3xl {
			max-width: 99% !important;
		}
	}

	@media (min-width: 1024px) {
		.lg\:max-w-\[40rem\] {
			max-width: 75% !important;
		}
	}

	.overflow-auto {
		overflow: clip;
	}

	/* Menu Opened */
	.xl\:max-w-3xl {
		max-width: 95%;
	}

	/*用户字体颜色*/
	.whitespace-pre-wrap {
		color: #28bd65;
	}

	/* 粗体*/
	b,
	strong {
		color: goldenrod !important;
	}

	/* 去除底部提示 */
	.relative.w-full.px-2.py-2.text-center.text-xs.text-token-text-secondary.empty\:hidden.md\:px-\[60px\] {
		display: none;
	}

	.hljs-bullet,
	.hljs-link,
	.hljs-selector-id,
	.hljs-symbol,
	.hljs-title {
		color: rgb(235 183 101);
	}

	.w-full {
		width: 99%;
	}

	button.btn.relative.btn-secondary.text-token-text-primary {
		width: 70%;
	}
}

Reviews

No reviews yet.