Amplia el ancho de visualización de chatgpt.
chat.openai.com - ene 2024 by jarzizu
Details
Authorjarzizu
LicenseNo License
Categorychat.openai.com
Created
Updated
Size802 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chat.openai.com/c/6330a758-7b53-48c4-b360-3df04b8c4bae - ene 2024
@version 20240110.10.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chat.openai.com/") {
@media (min-width: 1280px) {
.xl\:max-w-\[48rem\] {
max-width: 100%;
}
}
@media (min-width: 1280px) {
.xl\:px-5 {
padding-left: 2.2rem;
padding-right: 0;
}
}
@media (min-width: 1024px) {
.lg\:max-w-\[40rem\] {
max-width: 100%;
}
}
@media (min-width: 1024px) {
.lg\:px-1 {
padding-left: 2.5rem;
padding-right: 0px;
}
}
@media (min-width: 768px) {
.md\:px-5 {
padding-left: 0rem;
padding-right: 10px;
}
}
@media (min-width: 768px) {
.dark .md\:dark\:border-transparent {
border-color: transparent;
padding-top: 10px;
}
}
}